We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
B09について、 https://github.com/E869120/kyopro-tessoku/blob/main/editorial/Editorial_All.pdf のP23, P24にあるコードを提出するとWAになります https://atcoder.jp/contests/tessoku-book/submissions/39444028
左下座標が(0, 0)の紙を含むケースでWAになるようです 二次元累積和を求めるときに、 T[0][0] から合計するようにfor文での初期化を調整する必要があると思います 以下のコードはACになります https://atcoder.jp/contests/tessoku-book/submissions/39445849
T[0][0]
ご確認のほど、よろしくお願いいたします
The text was updated successfully, but these errors were encountered:
No branches or pull requests
B09について、 https://github.com/E869120/kyopro-tessoku/blob/main/editorial/Editorial_All.pdf のP23, P24にあるコードを提出するとWAになります
https://atcoder.jp/contests/tessoku-book/submissions/39444028
左下座標が(0, 0)の紙を含むケースでWAになるようです
二次元累積和を求めるときに、
T[0][0]
から合計するようにfor文での初期化を調整する必要があると思います以下のコードはACになります
https://atcoder.jp/contests/tessoku-book/submissions/39445849
ご確認のほど、よろしくお願いいたします
The text was updated successfully, but these errors were encountered: