반응형 241231 [백준/Python] (S4) コンテスト (Contest) - 24123 Baekjoon Online Judge의 24123번 コンテスト (Contest) 문제의 Python 풀이입니다. 24123번: コンテスト (Contest) 世の中には様々なプログラミングコンテストがある.例えば,情報オリンピック,ACM-ICPC,ICFP の 様に世界中の相手と競い合う物や, Supercomputing Contest,パソコン甲子園,EPOCH @まつやまの国 www.acmicpc.net 💻코드 # 입력 값 받기 num_participants, num_problems, _, min_score, num_logs = map(int, input().split()) # 각 문제의 점수를 저장하는 리스트 problem_scores = [int(input()) for _ in range(num_problems)] .. PS 2024. 3. 7. 이전 1 다음 반응형