摘要: http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=2947错误----#include#include#include#includeusing namespace std;int main(){ int t,n,m,i; ... 阅读全文
posted @ 2014-07-31 23:42 2014acm 阅读(98) 评论(0) 推荐(0) 编辑
摘要: #include using namespace std;int main(int argc, char *argv[]){ int i,n,m; char data1[10][20],data2[10][20]; scanf("%d",&n); for (i=0;i... 阅读全文
posted @ 2014-07-31 23:33 2014acm 阅读(95) 评论(0) 推荐(0) 编辑
摘要: 整型数据#include #include #include using namespace std;int main( ){ string s; int x; int sum; while (getline(cin, s)) { stringstream... 阅读全文
posted @ 2014-07-31 23:08 2014acm 阅读(545) 评论(0) 推荐(0) 编辑