maspy

スポンサーリンク
CodeForces

Educational Codeforces Round 31

A. Book Reading $86400-a$ をソートして和をとる. B. Japanese Crosswords Strike Back 最小限必要なセル数が $x$ に等しいかを判定. ...
CodeForces

Educational Codeforces Round 30

A. Chores 大きい方から $k$ 個を chmin(x) します. B. Balanced Substring $0$ を $-1$ に置き換えたときに区間和が $0$ であるという条件で...
CodeForces

Educational Codeforces Round 29

A. Quasi-palindrome 末尾の 0 を可能な限り削除したあとで回文判定. B. Kayaking 1 人組にする 2 人の組み合わせを全部試します. C. 1-2...
CodeForces

Educational Codeforces Round 28

A. Curriculum Vitae 結局 00001111 のような列を作ることになります.ある部分を境界として左側の 0 すべて,右側の 1 すべてを残すというパターンを探索します. B. Mat...
CodeForces

Educational Codeforces Round 27

A. Chess Tourney 上位下位 $n$ 個ずつに分けて下位の max と上位の min を比べます. B. Luba And The Ticket $10^6$ 通りすべてを試してもよ...
CodeForces

Educational Codeforces Round 26

A. Text Volume 定義通りに計算. B. Flag of Berland 転置して 2 回解くと実装量が半分です. C. Two Seals すべての 2 枚組...
CodeForces

Educational Codeforces Round 25

A. Binary Protocol $0$ の間にある $1$ の個数を数えます. B. Five-In-a-Row すべての連続 $5$ 文字を列挙します. C. Multi...
CodeForces

Educational Codeforces Round 24

A. Diplomas and Certificates $2(1+K)$ で割る. B. Permutation Game 普通に復元できるので,順列になっているかなどを適切に判定. ...
CodeForces

Educational Codeforces Round 23

A. Treasure Hunt $x$ 方向,$y$ 方向の差を $x,y$ で割れば $x=y=1$ に帰着できます. B. Makes And The Product 頻度列の $0$ でな...
CodeForces

Educational Codeforces Round 22

A. The Contest sum a だけ求めておけばクエリに答えられます. B. The Golden Age $x^a, y^b$ は種類数が少ないので $n$ も全列挙可能です. ...
スポンサーリンク
タイトルとURLをコピーしました