文件名称:p17

  • 所属分类:
  • 数据结构常用算法
  • 资源属性:
  • [C/C++] [源码]
  • 上传时间:
  • 2015-11-18
  • 文件大小:
  • 1kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • z**
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

Descr iption



给出大量字符串,要求找出所有两两完全相同的字符串。

Input Descr iption



第1行: 给出字符串的个数N(N < 10^7);



第2~(N + 1)行: 每行一个字符串, 每个字符串的长度不超过10^6个字符, 为了方便起见,字符串中只包含 a~z 的26个小写字母。 每个字符串依次从0到N − 1对应一个原始编号, 在输入中不会体现, 但会在输出中用到。



Output Descr iption



若存在两两相同的字符串, 依次在每行输出相同字符串所对应的原始编号。 具体的: 在同一行中, 输出的原始编号应当不小于2个, 对应的字符串应当相同, 并且要按照原始编号从小到大的顺序输出, 原始编号之间以空格作为间隔; 在不同行之间, 输出的编号对应不同的字符串, 且每行的第一个原始编号之间也要按照从小到大的顺序输出。



若不存在两两相同的字符串, 输出− 1。-Descr iption is given a lot of strings, asked to identify all twenty-two identical strings. Input Descr iption 1st line: Given the number of strings N (N < 10 ^ 7) Article 2 ~ (N+ 1) line: each line a string length of each string does not exceed 10 ^ 6 character, for convenience, the string contains only a ~ z of 26 lowercase letters. Each string sequentially 0 to N- 1 corresponds to an original number will not be reflected in the input, but will be used in the output. Output Descr iption If the same string exists between two successively in each line of output the same character string corresponding to the original number. Specifically: In the same line, the original number output should be not less than 2, the corresponding string should be the same, and to small to large order in their original number, the original number as the interval between spaces in a different line of Room number corresponding to different output string, and also in ascending order of output of the first nu
(系统自动生成,下载前可以参看下载内容)

下载文件列表





p17.c

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org