上一页 1 2 3 4 5 6 7 8 9 10 ··· 24 下一页

2019年3月13日

Codeforces Beta Round #79 (Div. 2 Only)

摘要: Codeforces Beta Round #79 (Div. 2 Only) http://codeforces.com/contest/102 A 1 #include<bits/stdc++.h> 2 using namespace std; 3 #define lson l,mid,rt<< 阅读全文

posted @ 2019-03-13 15:12 Fighting_sh 阅读(219) 评论(0) 推荐(0) 编辑

2019年3月12日

Round Numbers(数位DP)

摘要: Round Numbers http://poj.org/problem?id=3252 Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 17293 Accepted: 7188 Description The cows, as 阅读全文

posted @ 2019-03-12 19:26 Fighting_sh 阅读(177) 评论(0) 推荐(0) 编辑

F(x)(数位DP)

摘要: F(x) http://acm.hdu.edu.cn/showproblem.php?pid=4734 Time Limit: 1000/500 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s) 阅读全文

posted @ 2019-03-12 19:01 Fighting_sh 阅读(205) 评论(0) 推荐(0) 编辑

不要62(数位DP)

摘要: 不要62 http://acm.hdu.edu.cn/showproblem.php?pid=2089 Time Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s 阅读全文

posted @ 2019-03-12 16:07 Fighting_sh 阅读(183) 评论(0) 推荐(0) 编辑

Codeforces Beta Round #77 (Div. 2 Only)

摘要: Codeforces Beta Round #77 (Div. 2 Only) http://codeforces.com/contest/96 A 1 #include<bits/stdc++.h> 2 using namespace std; 3 #define lson l,mid,rt<<1 阅读全文

posted @ 2019-03-12 14:11 Fighting_sh 阅读(180) 评论(0) 推荐(0) 编辑

2019年3月11日

牛客小白月赛12

摘要: 牛客小白月赛12 https://ac.nowcoder.com/acm/contest/392#question 华华听月月唱歌 贪心 1 #include<bits/stdc++.h> 2 using namespace std; 3 #define lson l,mid,rt<<1 4 #de 阅读全文

posted @ 2019-03-11 23:03 Fighting_sh 阅读(248) 评论(0) 推荐(0) 编辑

Codeforces Beta Round #76 (Div. 2 Only)

摘要: Codeforces Beta Round #76 (Div. 2 Only) http://codeforces.com/contest/94 A 1 #include<bits/stdc++.h> 2 using namespace std; 3 #define lson l,mid,rt<<1 阅读全文

posted @ 2019-03-11 20:25 Fighting_sh 阅读(167) 评论(0) 推荐(0) 编辑

2019年3月10日

Codeforces Beta Round #75 (Div. 2 Only)

摘要: Codeforces Beta Round #75 (Div. 2 Only) http://codeforces.com/contest/92 A 1 #include<iostream> 2 using namespace std; 3 #define lson l,mid,rt<<1 4 #d 阅读全文

posted @ 2019-03-10 10:58 Fighting_sh 阅读(159) 评论(0) 推荐(0) 编辑

2019年3月9日

Codeforces Beta Round #74 (Div. 2 Only)

摘要: Codeforces Beta Round #74 (Div. 2 Only) http://codeforces.com/contest/90 A 1 #include<iostream> 2 using namespace std; 3 #define lson l,mid,rt<<1 4 #d 阅读全文

posted @ 2019-03-09 18:28 Fighting_sh 阅读(326) 评论(0) 推荐(0) 编辑

2019年3月8日

Nim

摘要: Nim http://poj.org/problem?id=2975 Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 7233 Accepted: 3437 Description Nim is a 2-player game f 阅读全文

posted @ 2019-03-08 22:39 Fighting_sh 阅读(332) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 9 10 ··· 24 下一页

导航