上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 24 下一页

2019年2月8日

Codeforces Beta Round #22 (Div. 2 Only)

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

posted @ 2019-02-08 17:02 Fighting_sh 阅读(140) 评论(0) 推荐(0) 编辑

2019年2月7日

Codeforces Beta Round #16 (Div. 2 Only)

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

posted @ 2019-02-07 17:34 Fighting_sh 阅读(113) 评论(0) 推荐(0) 编辑

2019年2月6日

Codeforces Beta Round #14 (Div. 2)

摘要: Codeforces Beta Round #14 (Div. 2) http://codeforces.com/contest/14 A 找最大最小的行列值即可 1 #include<bits/stdc++.h> 2 using namespace std; 3 #define lson l,mi 阅读全文

posted @ 2019-02-06 17:04 Fighting_sh 阅读(107) 评论(0) 推荐(0) 编辑

2019年2月5日

Codeforces Beta Round #12 (Div 2 Only)

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

posted @ 2019-02-05 19:16 Fighting_sh 阅读(222) 评论(0) 推荐(0) 编辑

2019年2月4日

Codeforces Beta Round #9 (Div. 2 Only)

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

posted @ 2019-02-04 20:08 Fighting_sh 阅读(182) 评论(0) 推荐(0) 编辑

2019年2月3日

Codeforces Beta Round #7

摘要: Codeforces Beta Round #7 http://codeforces.com/contest/7 A 水题 1 #include<bits/stdc++.h> 2 using namespace std; 3 #define lson l,mid,rt<<1 4 #define rs 阅读全文

posted @ 2019-02-03 17:16 Fighting_sh 阅读(137) 评论(0) 推荐(0) 编辑

2019年2月2日

Codeforces Beta Round #6 (Div. 2 Only)

摘要: Codeforces Beta Round #6 (Div. 2 Only) A 水题 1 #include<bits/stdc++.h> 2 using namespace std; 3 #define lson l,mid,rt<<1 4 #define rson mid+1,r,rt<<1|1 阅读全文

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

2019年2月1日

Codeforces Beta Round #5

摘要: Codeforces Beta Round #5 http://codeforces.com/contest/5 A 模拟题 1 #include<bits/stdc++.h> 2 using namespace std; 3 #define lson l,mid,rt<<1 4 #define r 阅读全文

posted @ 2019-02-01 23:05 Fighting_sh 阅读(187) 评论(0) 推荐(0) 编辑

2019年1月31日

炫酷数字

摘要: 炫酷数字 https://ac.nowcoder.com/acm/contest/331/G 题目描述 小希希望你构造一个最小的正整数,使得其有n个因子。 输入描述: 第一行一个整数T表示数据组数每组数据第一行输入一个正整数n,表示其因子数。n≤1,000,000n≤1,000,000T≤1,000 阅读全文

posted @ 2019-01-31 19:49 Fighting_sh 阅读(261) 评论(0) 推荐(0) 编辑

Codeforces Beta Round #4 (Div. 2 Only)

摘要: Codeforces Beta Round #4 (Div. 2 Only) A 水题 1 #include<bits/stdc++.h> 2 using namespace std; 3 #define lson l,mid,rt<<1 4 #define rson mid+1,r,rt<<1|1 阅读全文

posted @ 2019-01-31 10:58 Fighting_sh 阅读(180) 评论(0) 推荐(0) 编辑

上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 24 下一页

导航