Skip to content

Commit

Permalink
알고리즘
Browse files Browse the repository at this point in the history
  • Loading branch information
sunyeongchoi committed Mar 30, 2021
1 parent 16b35f9 commit 45f35eb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions argorithm/1931.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import sys; input=sys.stdin.readline

n = int(input())
arr = [list(map(int, input().split())) for _ in range(n)]

for a in arr:
start, end = a

0 comments on commit 45f35eb

Please sign in to comment.