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 1800293 commit 29a5658Copy full SHA for 29a5658
3/6.py
@@ -1,4 +1,4 @@
1
-# N, K을 공백을 기준으로 구분하여 입력 받기
+# N, K공백을 기준으로 구분하여 입력 받기
2
n, k = map(int, input().split())
3
4
result = 0
0 commit comments