Python/백준

[5522]카드게임

류경혜 2022. 6. 11. 16:00

result = 0
for _ in range(5):
    result += int(input())
print(result)
저작자표시 (새창열림)