Skip to content

Commit 8a6a72f

Browse files
authored
Remove X, Y
1 parent 338e1a0 commit 8a6a72f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kattis/Collecting beepers/beepers.vn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def dist(A: tuple[float], B: tuple[float]) -> float:
1313
)
1414

1515
for _ in range(int(input())):
16-
X, Y = map(int, input().split())
16+
input()
1717
start = tuple(map(int, input().split()))
1818
beepers = [
1919
(*map(int, input().split()), ) for _ in range(int(input()))

0 commit comments

Comments
 (0)