CodeForces Codeforces Beta Round 6 問題: A. Triangle $a<b+c$ や $a=b+c$ となるような 3 つ組があるかを判定. B. President's Office 入力文字と隣接する文字を set<ch... 2025.02.06 CodeForces
CodeForces Codeforces Beta Round 5 問題: A. Chat Server's Outgoing Traffic +, - があるか調べたり,: の後ろの文字数を数えたりします. B. Center Alignment 最大幅を求めたあと,... 2025.02.06 CodeForces
CodeForces Codeforces Beta Round 4 問題: A. Watermelon $4$ 以上の偶数 B. Before an Exam すべて minTime である状態からはじめて目標の総和になるまで貪欲に増やします. C. ... 2025.02.06 CodeForces
CodeForces Codeforces Beta Round 3 問題: A. Shortest path of the king 貪欲に進めばよいです. B. Lorry 重み $1,2$ の荷物だけからなるナップサック問題です.片方の荷物の個数を固定したときの最適... 2025.02.06 CodeForces
CodeForces Codeforces Beta Round 2 問題: A Winner 読解したまま実装します. B The least round way $2$ で割れる回数と $5$ で割れる回数の $\min$ を最小化する問題です.$\min$ の最小化... 2025.02.06 CodeForces
CodeForces Codeforces Beta Round 1 問題: Theatre Square ceil(a/c) * ceil(b/c) を出力します. B Spreadsheets 気合実装問題です.末尾の digit を分離したあとまだ digit が残... 2025.02.06 CodeForces