2015年3月23日

求字符串中的汉字个数

摘要: #include#include#includechar str[1100];int Chinisenumber(char str[]){ int i,sum=0; for(i=0;str[i];i++)if(str[i]&0x80) {sum++;i++;}//这里i++是由于汉字占两个字节, ... 阅读全文

posted @ 2015-03-23 00:36 一梦千寻 阅读(318) 评论(0) 推荐(0) 编辑

求不定数目的n个数的最小公倍数

摘要: #include #include #include using namespace std; long int pp=1; void found(long int t) { long int max,min; if(t>n) { while(n--) {cin>>t; found(t); ... 阅读全文

posted @ 2015-03-23 00:03 一梦千寻 阅读(104) 评论(0) 推荐(0) 编辑

导航