Atcoder
文章平均质量分 70
李昌荣。
相逢便是缘
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
AtCoder Beginner Contest 234
A - Weird Function B - Longest Segment C - Happy New Year! D - Prefix K-th Max E - Arithmetic Number F - Reordering G - Divide a Sequence 写个函数 int f(int x){return x*x+2*x+3;} int main() { int t; scanf("%d", &t); cout<<f(f(f(t)+t)+f(f(t)))原创 2022-01-10 14:04:42 · 530 阅读 · 0 评论 -
AtCoder Beginner Contest 230
A - AtCoder Quiz 3 B - Triple Metre C - X drawing 暂无 D - Destroyer Takahashi 暂无 E - Fraction Floor Sum F - Predilection G - GCD Permutation H - Bullion暂无 int t; scanf("%d", &t); t += t>=42; printf("AGC%03d", t); string t = "", c; for原创 2022-01-01 15:22:13 · 581 阅读 · 0 评论 -
NEC Programming Contest 2021 (AtCoder Beginner Contest 229)
终于开始补提了 B - Hard Calculation #include <iostream> #include <algorithm> #include <cstring> #include <vector> #include <cmath> #include <stack> #include <map> #define mid (l+r>>1) #define lowbit(x) (x&-x) us原创 2021-11-29 21:12:22 · 700 阅读 · 0 评论
分享