728x90 반응형 SMALL 백준문제105 백준) 31281번 - python a = list(map(int, input().split())) a.sort() print(a[1]) 2024. 5. 9. 백준) 31280번 - python a = list(map(int, input().split())) a.sort() print(1 + a[1] + a[2] + a[3]) 2024. 5. 8. 백준) 31090번 - python for i in range(int(input())): case = int(input()) print("Good" if (case + 1) % (case % 100) == 0 else "Bye") 2024. 5. 7. 백준) 30868번 - python for i in range(int(input())): a = int(input()) print('++++ ' * (a // 5) + "|" * (a % 5)) 2024. 5. 6. 이전 1 2 3 4 ··· 27 다음 728x90 반응형 LIST