[BaekJoon] 10817번: 세 수 (Python) Published: 2023-04-03 Updated: 2023-04-03 Reference 너무 기초.. Solution integers = list(map(int, input().split())) print(sorted(integers)[1]) Previous Next Leave a comment
Leave a comment