# t, f, s, p, c = map(int, input().split())
# t1, f1, s1, p1, c1 = map(int, input().split())
# print((t*6)+(f*3)+(s*2)+p+(c*2))
# print((t1*6)+(f1*3)+(s1*2)+p1+(c1*2))
# a, b, c = map(int, input().split())
# if a+b == c:
# print('correct!')
# else:
# print('wrong!')
# a = int(input())
# for i in range(a):
# d, f, p = map(float, input().split())
# print('$',round(d*f*p, 2), sep='')
# a = int(input())
# for i in range(1, a+1):
# x = int(input())
# if x > 4500:
# print('Case #', i, ':', ' Round 1', sep='')
# elif x > 1000:
# print('Case #', i, ':', ' Round 2', sep='')
# elif x > 25:
# print('Case #', i, ':', ' Round 3', sep='')
# else:
# print('Case #', i, ':', ' World Finals', sep='')
top of page

기능을 테스트하려면 라이브 사이트로 이동하세요.
2025-03-14
2025-03-14
댓글 0개
좋아요
댓글(0)
bottom of page