Skip to content

Commit 29a5658

Browse files
authored
Update 6.py
1 parent 1800293 commit 29a5658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

3/6.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# N, K을 공백을 기준으로 구분하여 입력 받기
1+
# N, K공백을 기준으로 구분하여 입력 받기
22
n, k = map(int, input().split())
33

44
result = 0

0 commit comments

Comments
 (0)