标签:考试 clu 普通话 problem tom 字节 输入 一段 整数
1 #include<iostream> 2 //#include<cstring> 3 using namespace std; 4 5 int main() 6 { 7 int n,cnt; 8 char *ps,s[1000]; 9 cin>>n; 10 getchar(); 11 while(n--) 12 { 13 gets(s); 14 ps=s;cnt=0; 15 while(*ps != ‘\0‘) 16 { 17 if(*ps<0) 18 cnt++; 19 ps++; 20 } 21 cout<<cnt/2<<endl; 22 } 23 }
标签:考试 clu 普通话 problem tom 字节 输入 一段 整数
原文地址:http://www.cnblogs.com/tenjl-exv/p/8000547.html