Skip to content

Commit

Permalink
2024-11-23
Browse files Browse the repository at this point in the history
  • Loading branch information
H0ngJu committed Nov 23, 2024
1 parent e47f376 commit 4a7e5b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion H0ngJu/DP/์ „๊นƒ์ค„.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
def input() : return sys.stdin.readline().rstrip()

N = int(input())
# N <= 100 A <= 500 B <= 500 -> ์™„ํƒ์œผ๋กœ ํ•˜๋ฉด ์—ญ์‹œ ์‹œ๊ฐ„์ดˆ๊ณผ
info = [list(map(int, input().split())) for _ in range(N)]

info.sort()
Expand Down

0 comments on commit 4a7e5b0

Please sign in to comment.