Clarifications


Task Name Username Clarifications Response Public Created time Modified time
F - Teleporting Takahashi 2 toufu24
辺 i は頂点 i から頂点 i+1 へ張られています。(ただし、頂点 N+1 は頂点 1 とみなします。)

のiの範囲は 1 < = i <= Nですか?
はい。問題文に説明を追加しました。/ 
We have added a description of the variable i. (Edge i goes from vertex i to vertex i+1. -> Edge i (1 <= i <= N) goes from vertex i to vertex i+1.)
Yes
G - Ax + By < C LayCurse
出力例1の説明で (x,y) = (1,1), (1,2) となっているところが, (x,y) = (1,1), (2,1) だったりしませんか?
G問題のサンプル1の説明が間違っていました。問題文を修正しました。 / The explanation of the first sample of problem G was wrong. The problem statement has been fixed.
Yes