上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 21 下一页
摘要: 时间限制:3 秒内存限制:100 兆特殊判题:否提交:1362解决:640题目描述:Mr Wang wants some boys to help him with a project. Because the project is rather complex, the more boys com... 阅读全文
posted @ 2015-02-01 07:41 小爷 阅读(244) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 int main() 7 { 8 map ToHour; 9 int i;10 for(i=0;i='A'&&line1[i]='A'... 阅读全文
posted @ 2015-01-31 23:46 小爷 阅读(237) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 int main() 3 { 4 int ans1[3]; 5 int ans2[3]; 6 while(scanf("%d.%d.%d %d.%d.%d",&ans1[0],&ans1[1],&ans1[2],&ans2[0],&ans2[1],&a... 阅读全文
posted @ 2015-01-31 23:45 小爷 阅读(158) 评论(0) 推荐(0) 编辑
摘要: #include #include int main(){ int n,i; while(scanf("%d",&n)!=EOF) { char ManID[11]="",FelID[11]="",ManName[11],FelName[11]; char TemID[11],TemNa... 阅读全文
posted @ 2015-01-31 23:43 小爷 阅读(307) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 struct MyStruct 4 { 5 char ID[11]; 6 char Password[11]; 7 bool changed; 8 }; 9 int main()10 {11 int n,i,j;1... 阅读全文
posted @ 2015-01-31 23:42 小爷 阅读(379) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 using namespace std; 4 5 int main() 6 { 7 int R,G,B,i; 8 map mm; 9 for(i=0;i <= 9;i++)10 mm[i]='0'+i;1... 阅读全文
posted @ 2015-01-31 23:41 小爷 阅读(124) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 3 struct MyStruct 4 { 5 int exp; 6 double coe; 7 }; 8 9 int main()10 {11 int k1,k2,i,j;12 MyStruct ans1[10],ans2[10];... 阅读全文
posted @ 2015-01-31 23:40 小爷 阅读(156) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 7 struct stu 8 { 9 char ID[16];10 int GetTime[3];11 int LeaveT... 阅读全文
posted @ 2015-01-31 23:38 小爷 阅读(189) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 using namespace std; 5 6 int main() 7 { 8 string str; 9 char num[10][6]={"zero","one","two","three","f... 阅读全文
posted @ 2015-01-31 23:37 小爷 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 int main() 3 { 4 int n,m,a,b,tem,pre,p; 5 int i,j; 6 int ans[100005]; 7 while(scanf("%d",&n)!=EOF) 8 { 9 ans[0]=0;... 阅读全文
posted @ 2015-01-31 23:34 小爷 阅读(114) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 21 下一页