文件名称:Thousand-Character-Classic

  • 所属分类:
  • 其他小程序
  • 资源属性:
  • [C/C++] [源码]
  • 上传时间:
  • 2012-11-26
  • 文件大小:
  • 1kb
  • 下载次数:
  • 1次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

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

任务

请编写一个程序,从输入中读取一篇中文文章,并统计出该文章中 ASCII 字符以外的重复出现的每一个字重复出现的次数。



文章使用 UTF-8 编码,可能会出现任何可以用 UTF-8 编码表示的字符(不限于中文)。



文章中所有的字符在 UCS-2 能够表示的范围内,即字符的 Unicode 值用两个字节就可以表示。



输入

一篇文章,总字数不限、每行字符数不限。每个字重复出现的次数不超过 60000 次。



输出

按照 Unicode 编码从小到大的顺序,输出文章中 ASCII 字符以外的每一个重复出现过的字重复出现的次数。每行一个,首先输出该字符(以 UTF-8 编码),然后输出一个空格和该字符的出现的次数。



如果文章中没有出现重复的字,则输出“No repeat!”。-The task is to write a program to read a Chinese article, and the statistics of the number of repetitions of the article other than ASCII characters repeat each word from the input. The article uses UTF-8 encoding, may be any character that can be represented using UTF-8 encoding (not limited to the Chinese). Article, all of the characters in the UCS-2 can be represented within the Unicode value of the character using two bytes can be expressed. Enter the article, the total number of words is not limited to, the limit on the number of characters per line. Each word the number of repetitions is not more than 60,000 times. The output Unicode encoding small to large order output articles outside the ASCII character repeated the word repeated occurrences. One per line, the first output of the characters (UTF-8 encoding), and then output the number of occurrences of a space and the character. If the article does not appear to repeat the word, then output " No repeat!" .
(系统自动生成,下载前可以参看下载内容)

下载文件列表





Thousand Character Classic\千字文-寻找汉字.cpp

Thousand Character Classic

相关说明

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

相关评论

暂无评论内容.

发表评论

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

源码中国 www.ymcn.org