目錄 A. Candies and Two Sisters B. Construct the String C. Two Teams Composing D. An ...
目錄 A. Divisibility Problem B. K th Beautiful String C. Ternary XOR D. Carousel E. Tree Queries F. Make k Equal 比賽鏈接:https: codeforces.com contest A. Divisibility Problem 嚶 B. K th Beautiful String 嚶嚶 ...
2020-03-27 00:56 3 543 推薦指數:
目錄 A. Candies and Two Sisters B. Construct the String C. Two Teams Composing D. An ...
Phoenix and Memory https://codeforces.com/contes ...
目錄 A. Candies B. Balanced Array C. Alternating Subsequence D. Constant Palindrome ...
Heights https://codeforces.com/contest/1353 A ...
廢話 前期題過得還是有點慢 題解 A 直接數出余數的補就好 B 給這些串分個類,很容易發現沒類的個數依次是 \(1,2,3,\dots\) C 從第一個 \(1\) 之后,將所有的數字倒到另一邊 D 如果能二分圖染色就輸出顏色數,否則就輸出 \(3\) E ...
本場鏈接:Codeforces Round #704 (Div. 2) 閑話 大Fst場,排名從781->449,給我看傻了都.D題非常依賴特判,感覺我也不大能講清楚所有情況.E的話好像也比較碼農,正在寫,可能晚上做出來了就更新,沒做出來的話明天更. A. Three swimmers ...
本場鏈接:Codeforces Round #702 (Div. 3) A. Dense Array B. Balanced Remainders C. Sum of Cubes 思路 枚舉\(b\),由范圍可以知道\(1 \leq b \leq 10^4\).\(a\)可以求 ...
本場鏈接:Codeforces Round #699 (Div. 2) A. Space Navigation 題目大意:有一個飛船一開始在\((0,0)\),有一個操作列表\(s\),每個位置表示一個上下左右的移動操作.有一個目的地坐標是\((px,py)\).但是這個操作序列不一定能夠正確 ...