会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Thinking in 毛毛
博客园
首页
联系
管理
订阅
上一页
1
···
11
12
13
14
15
16
17
18
19
···
21
下一页
2015年2月1日
题目1444:More is better
摘要: 时间限制: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 小爷
阅读(253)
评论(0)
推荐(0)
2015年1月31日
1061. Dating (20)
摘要: 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 小爷
阅读(245)
评论(0)
推荐(0)
1058 A+B in Hogwarts (20)
摘要: 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 小爷
阅读(163)
评论(0)
推荐(0)
1036. Boys vs Girls (25)
摘要: #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 小爷
阅读(315)
评论(0)
推荐(0)
1035 Password (20)
摘要: 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 小爷
阅读(388)
评论(0)
推荐(0)
1027 Colors in Mars (20)
摘要: 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 小爷
阅读(133)
评论(0)
推荐(0)
1009. Product of Polynomials (25)
摘要: 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 小爷
阅读(162)
评论(0)
推荐(0)
1006. Sign In and Sign Out
摘要: 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 小爷
阅读(197)
评论(0)
推荐(0)
1005 Spell It Right (20)
摘要: 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 小爷
阅读(128)
评论(0)
推荐(0)
1046 Shortest Distance (20)
摘要: 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 小爷
阅读(123)
评论(0)
推荐(0)
上一页
1
···
11
12
13
14
15
16
17
18
19
···
21
下一页