Skip to content

Commit

Permalink
80차 1번 문제 풀이 (푸는 중)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmlrude committed Feb 14, 2025
1 parent 4682ddd commit 5d6eba8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions live7/test80/문제1/박희경.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import sys
from collections import *

input = sys.stdin.readline

n, k = map(int, input().split())
arr = [i for i in range(1, k + 1)]


# def bfs(x):

0 comments on commit 5d6eba8

Please sign in to comment.