반응형 📚 Algorithm46 [Python] 백준 5522번 카드게임 https://www.acmicpc.net/problem/5522 a = 0 for _ in range(5): a += int(input()) print(a) 2021. 6. 15. [Python] 백준 15740번 A+B-9 https://www.acmicpc.net/problem/15740 단순한 문제. 입력받아서 출력해주면 됨. print(sum(map(int, input().split()))) 2021. 6. 15. 이전 1 ··· 9 10 11 12 다음 반응형