There was an error while loading. Please reload this page.
1 parent 338e1a0 commit 8a6a72fCopy full SHA for 8a6a72f
1 file changed
kattis/Collecting beepers/beepers.vn.py
@@ -13,7 +13,7 @@ def dist(A: tuple[float], B: tuple[float]) -> float:
13
)
14
15
for _ in range(int(input())):
16
- X, Y = map(int, input().split())
+ input()
17
start = tuple(map(int, input().split()))
18
beepers = [
19
(*map(int, input().split()), ) for _ in range(int(input()))
0 commit comments