AtCoder Beginner Contest 402(A-F详细题解) A 思路:我们直接输出字符串中的大写字母即可。 代码:#include<bits/stdc++.h> using namespace std; #define int long long #define N 500010 signed main(){ string s;cin>>… 秋日薄雾 Atcoder Education DP Contest 很好的 Atcoder 的 DP ...
题外话:半夜睡不着起来补题,顺便抒发情绪,下一场就是atcoder第五十场比赛了,感触很多,而且有点迷茫,还好学长跟我说了很多他以前的事情,感觉很受用,希望atcoder一百场的时候我已经上蓝了(当然红也不会介意QwQ)借用邝斌大神的一句话 人一我百,人十我万! ——kuangbin C(模拟,枚举) Collision−2 N 个人站...
AtCoder Beginner Contest 370 A - Raise Both Hands (abc370 A)题目大意给出Snuke举的左右手情况,如果只举左手,输出Yes,如果只举右手,输出No,否则输出Invalid。解题思路逐一判断即可。神奇的代码 #include <bits/stdc++.h> using namespace std; using LL = long long; int main(void) { ios::sync_with...
AtCoder算法竞技平台简介 AtCoder是日本最大的算法竞技网站,域名为http://atcoder.jp/(注意http://www.atcoder.jp/ 是其官网)。AtCoder支持日语和英语。 AtCoder每周六北京时间20:00(日本标准时间则为21:00)会有两场比赛,AtCoder Beginner Contest和AtCoder Regular Contest。这两场比赛是同时进行的,每个参赛者...
·AtCoder Grand Contest (AGC) 这是AtCoder最优秀的比赛,题目全部聘请特级选手进行原创。通常情况下赛题具有较大的思维难度。每月一般会举行1次,6道题目,时长110分钟至150分钟不等,通常总分5600。所有选手均计Rating值。 如果孩子目前主要备战的是CSP-J组,那么直接参加每周六晚上的ABC即可,等实力达到要求了再参加...
AtCoder Beginner Contest 352 A - AtCoder Line (abc352 A)题目大意给定x,y,zx,y,z,问 zz是否在x,yx,y之间。解题思路如果x>yx>y,则交换 x,yx,y,然后判断是否有 x≤z≤yx≤z≤y即可。神奇的代码 #include <bits/stdc++.h> using namespace std; using LL = long long; int main(void) { ...
Contest URL:https://atcoder.jp/contests/ahc011 Start Time:https://www.timeanddate.com/worldclock/fixedtime.html?iso=20220528T1200&p1=248 End Time:https://www.timeanddate.com/worldclock/fixedtime.html?iso=20220605T1900&p1=248 Duration: 8 days (long-term contest) ...
·AtCoder Grand Contest (AGC) 这是AtCoder最优秀的比赛,题目全部聘请特级选手进行原创。通常情况下赛题具有较大的思维难度。每月一般会举行1次,6道题目,时长110分钟至150分钟不等,通常总分5600。所有选手均计Rating值。 如果孩子目前主要备战的是CSP-J组,那么直接参加每周六晚上的ABC即可,等实力达到要求了再参加...
AtCoder Beginner Contest 180 个人题解(快乐DP场) Here A - box 输出\(N - A + B\) B - Various distances 按题意输出 3 种距离即可 #include <bits/stdc++.h> using namespace std; using ll = long long; int main() { ios_base::sync_with_stdio(false), cin.tie(0);...
We will hold AtCoder Regular Contest 148. Contest URL: https://atcoder.jp/contests/arc148 Start Time: http://www.timeanddate.com/worldclock/fixedtime.html?iso=20220911T2100&p1=248 Duration: 120 minutes Number of Tasks: 6 Writer: Nyaan Tester: maspy, satashun Rated range: — 2799 The...