Skip to content

Commit 93b5290

Browse files
authored
Update 7.py
1 parent 4adf1ab commit 93b5290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

13/7.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from collections import deque
22

3-
# 땅의 크기(N), L, R 값을 입력 받기
3+
# 땅의 크기(N), L, R 값을 입력받기
44
n, l, r = map(int, input().split())
55

66
# 전체 나라의 정보(N x N)를 입력 받기

0 commit comments

Comments
 (0)