지나가던 개발자
[Python] 백준 5939번(Race Results) 문제 풀이 본문
[print(" ".join(list(map(str, x)))) for x in sorted([list(map(int, input().split())) for y in range(int(input()))])]
이왜진?이다... ㅋㅋㅋㅋ
sorted()만으로 된다는 점에 놀랐다.
숏코딩 5등...! 이런 영예로운 기회를 얻다니...
'PS > Python' 카테고리의 다른 글
[Python] 백준 24039번(2021은 무엇이 특별할까?) 문제 풀이 (0) | 2022.11.27 |
---|---|
[Python] 백준 21920번(서로소 평균) 문제 풀이 (0) | 2022.11.26 |
[Python] 백준 9417번(최대 GCD) 문제 풀이 (0) | 2022.11.23 |
[Python] 백준 13241번(최소공배수) 문제 풀이 (0) | 2022.11.22 |
[Python] 백준 16212번(정열적인 정렬) 문제 풀이 (0) | 2022.11.20 |
Comments