摘要: #include #include int main(){ int n; scanf("%d", &n); char s[100]; while(n--) { scanf("%s", s); int len = strlen(s); ... 阅读全文
posted @ 2014-07-25 23:17 ACBingo 阅读(454) 评论(0) 推荐(0) 编辑
摘要: #include #include #include using namespace std;int main(){double c,h,o,n;int t,i,j;cin>>t;getchar();double ans;char s[100];while (t-->0){gets(s);c=0;h... 阅读全文
posted @ 2014-07-25 23:16 ACBingo 阅读(958) 评论(0) 推荐(0) 编辑
摘要: #include #include #include using namespace std;int main(){ char s[100]; int i,j,n,ans; cin>>n; getchar(); while (n>0) { n--; ... 阅读全文
posted @ 2014-07-25 23:15 ACBingo 阅读(373) 评论(0) 推荐(0) 编辑