kwm_t

kwm_tのメモ

2024-05-01から1ヶ月間の記事一覧

ABC353

■A - Buildings for ■B - AtCoder Amusement Park for ■C - Sigma Problem これ300か? lower_boundとかで適当に ■D - Another Sigma Problem pow_mod ■E - Yet Another Sigma Problem 再起でやる ■F - Tile Distance 近傍のbigPanelに移動して頑張る ■G - M…

Codeforces Round 944 (Div. 4)

■A. My First Sorting Problem swap ■B. Different String 全部同じ文字でなければなんでも ■C. Clock and Strings swapして適当にして適当に ■D. Binary Cut ランレングス圧縮して適当に ■E. Find the Car 算数 ■F. Circle Perimeter 二分探索 ■G. XOUR a[i…

ABC352

■A - AtCoder Line if ■B - Typing for ■C - Standing On The Shoulders Σa[i]+max(b[i]-a[i]) ■D - Permutation Subsequence 区間max区間min setで管理するかセグ木でやるか ■E - Clique Connect 最小全域木やるだけ ■F - Estimate Order bitDPをする ■G - …

Codeforces Round 943 (Div. 3)

■A. Maximize? 全部試す ■B. Prefiquence dp ■C. Assembly via Remainders 先頭を500にして500+a[i] ■D. Permutation Game とどまる点は高々一箇所なのでシミュレーションする ■E. Cells Arrangement サンプルのn=5を信じる ■F. Equal XOR Segments 区間のxo…