728x90 반응형 SMALL 전체 글375 백준) 4589번 - python result = [] for i in range(int(input())): a,b,c = map(int, input().split()) result.append([a,b,c]) print("Gnomes:") for i in range(len(result)): print("Ordered" if result[i][0] >= result[i][1] >= result[i][2] or result[i][0] 2024. 3. 24. 백준) 4562번 - python for i in range(int(input())): a,b=map(int,input().split()) print("NO BRAINS" if a 2024. 3. 23. 백준) 4470번 - python N, lst= int(input()), [] [lst.append(input()) for i in range(N)] [print(f"{i}. {lst[i-1]}") for i in range(1, len(lst)+1)] 2024. 3. 22. 백준) 3046번 - python R1, average = map(int, input().split()) print(average * 2 - R1) 2024. 3. 21. 이전 1 ··· 77 78 79 80 81 82 83 ··· 94 다음 728x90 반응형 LIST