728x90 반응형 SMALL 백준문제/브론즈 456 백준) 19944번 - python a,b = map(int,input().split())print("NEWBIE!" if b 2024. 4. 27. 백준) 21633번 - python a = int(input())print("{:.2f}".format(25 + a * 0.01) if 100 = 2000.00 else "{:.2f}".format(100.00)) 2024. 4. 26. 백준) 15873번 - python a = int(input())print( a//10 + a % 10 if a // 10 2024. 4. 25. 백준) 16486번 - python d1 = float(input()) d2 = float(input()) print(2 * 3.141592 * d2 + 2 * d1) 2024. 4. 24. 이전 1 2 3 4 5 6 7 ··· 14 다음 728x90 반응형 LIST