728x90 반응형 SMALL 전체 글375 백준) 2440번 - python [print("*" * j) for j in range(int(input()), 0 , -1)] 2024. 3. 16. 백준) 2083번 - python while True: a = list(map(str, input().split())) if "#" and "0" and "0" in a: break else: print(f"{a[0]} Senior" if int(a[1]) > 17 or int(a[2]) >= 80 else f"{a[0]} Junior" ) 2024. 3. 15. 백준) 30664번 - python while True: a = int(input()) if a == 0: break else: if a % 42 == 0: print("PREMIADO") else: print("TENTE NOVAMENTE") 2024. 3. 14. .백준) 30676번 - python lambda_star = int(input()) if 620 2024. 3. 13. 이전 1 ··· 79 80 81 82 83 84 85 ··· 94 다음 728x90 반응형 LIST