Skip to content

Commit 1aaf4ef

Browse files
committed
fix
1 parent a5ff436 commit 1aaf4ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/aoj0560.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# competitive-verifier: PROBLEM https://judge.u-aizu.ac.jp/onlinejudge/description.jsp?id=0560
12
from libs.prefix_sum_2d import PrefixSum2D
23

34
H, W = map(int, input().split())

0 commit comments

Comments
 (0)