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 4adf1ab commit 93b5290Copy full SHA for 93b5290
13/7.py
@@ -1,6 +1,6 @@
1
from collections import deque
2
3
-# 땅의 크기(N), L, R 값을 입력 받기
+# 땅의 크기(N), L, R 값을 입력받기
4
n, l, r = map(int, input().split())
5
6
# 전체 나라의 정보(N x N)를 입력 받기
0 commit comments