We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4682ddd commit 5d6eba8Copy full SHA for 5d6eba8
1 file changed
live7/test80/문제1/박희경.py
@@ -0,0 +1,10 @@
1
+import sys
2
+from collections import *
3
+
4
+input = sys.stdin.readline
5
6
+n, k = map(int, input().split())
7
+arr = [i for i in range(1, k + 1)]
8
9
10
+# def bfs(x):
0 commit comments