C - Rudolf and the Ugly String 这题具体是个什么咱也不知道。反正就是字符串匹配。就是没有什么算法硬做,只有三种情况 #include<bits/stdc++.h> usingnamespacestd; #defineint long long constintmaxn=2e5+5; inlineintread() { intx=0,f=1;charch=getchar(); for(;ch<'0'||ch>'9';ch=get...
每次查询两个位置(大于等于和小于,如果存在),取最小者作为答案即可 实现代码 #include<bits/stdc++.h>#define endl '\n'usingnamespacestd;typedeflonglongLL;typedefpair<int,int>PII;constintN=1e6+10,M=30010;voidsolve(){// cout<<setiosflags(ios::fixed)<<setprecision(10);intn,m,k;cin>>n>>m>...
Dashboard - Codeforces Round 938 (Div. 3) - Codeforcescodeforces.com/contest/1955 A Yogurt Sale 签到题,直接放代码 #include <bits/stdc++.h> using namespace std; #define IOS ios::sync_with_stdio(false),cin.tie(nullptr),cout.tie(nullptr); #define int long long # ifdef LOCAL # inclu...
251 -- 2:01:52 App Codeforces Round 949 (Div. 2) AB 203 -- 2:17:40 App Codeforces Round 937 (Div. 4) 差2分钟ak实录 261 -- 1:58:54 App Codeforces Round 948 (Div. 2) ABC 430 -- 2:29:24 App Codeforces Round 935 (Div. 3) 190 -- 3:10:56 App CodeTON Round 8 ...
A. Rudolf and the Ticket #include <bits/stdc++.h> using namespace std; using i32 = int32_t; using i64 = long long; using ldb = long double; #def
开头介绍:这场比赛感觉还不错,本人写出来前六题,最后一题确实想歪了。首先前面的题目很正常,属于是标准的div3题目。 然后到e题,很多同学刚看到e题一般都会认为是什么线段树之类的维护更新,这确实可以做,但是div3一般不会这么早让你去用线段树,所以可以往简单的方向考虑。
Codeforces Round 909 (Div. 3) (7/7) (A~G) 赶在了生日结束之前AK了hhh。 A. Game with Integers 当 是3 的倍数时先手必败。 inlinevoidqfl_zzz(){ll n=read();if(n%3==0)printf("Second\n");elseprintf("First\n");} B. 250 Thousand Tons of TNT...
Codeforces Round 986 坐牢记录 ABC, 视频播放量 93、弹幕量 0、点赞数 2、投硬币枚数 0、收藏人数 1、转发人数 0, 视频作者 理塘丁真258_official, 作者简介 寻不到花的折翼枯叶蝶,永远也看不见凋谢。,相关视频:Codeforces Round 974 Div3,Codeforces Round 980 (Div.
Tutorial of Codeforces Round 905 (Div. 3) Tutorial of Codeforces Round 905 (Div. 1) Tutorial of Codeforces Round 905 (Div. 2) +118 74TrAkToR 12 months ago 171 Comments (134) Show archived | Write comment?RuEn 12 months ago, # | +12 In problem A, it is also necessary to ...
Codeforces Round #739 (Div. 3) div3掉大分,不考算法考手速真来不及,还是得多练 目录: A. Dislike of Threes B. Who's Opposite? C. Infinity Table D. Make a Power of Two E. Polycarp and String Transformation F2. Nearest Beautiful Number (hard version) ...