We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5ff436 commit 1aaf4efCopy full SHA for 1aaf4ef
tests/aoj0560.py
@@ -1,3 +1,4 @@
1
+# competitive-verifier: PROBLEM https://judge.u-aizu.ac.jp/onlinejudge/description.jsp?id=0560
2
from libs.prefix_sum_2d import PrefixSum2D
3
4
H, W = map(int, input().split())
0 commit comments