BOJ 백준 파이썬 5522 카드 게임 Coding_SJ 2020. 3. 16. 15:20 1 2 3 4 a = 0 for i in range(1,6): a += int(input()) print(a) cs sum해줄 변수설정해두고, for문안에 input