728x90 반응형 SMALL 전체 글380 백준) 25304번 - python total = int(input())values = int(input())sum1 = 0for i in range(values): a,b = map(int,input().split(" ")) sum1 += a * bif sum1 == total: print("Yes")else: print("No") 2024. 4. 29. 백준) 24723번 - python print(2 ** (int(input()))) 2024. 4. 28. 백준) 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. 이전 1 ··· 69 70 71 72 73 74 75 ··· 95 다음 728x90 반응형 LIST