[BaekJoon] 10817번: 세 수 (Python) Published Apr 3, 2023 Updated Apr 3, 2023 Reference 너무 기초.. Solution integers = list(map(int, input().split())) print(sorted(integers)[1]) Previous [Spring] 의존성 주입(DI)과 생성자 주입 정리 Next [BaekJoon] 5622번: 다이얼 (Python) Leave a comment
Leave a comment