가오리의 코딩일기
[5565] 영수증 본문

total = int(input())
for _ in range(9):
knows = int(input())
total -= knows
print(total)'Python > 백준' 카테고리의 다른 글
| [10833] 사과 (0) | 2022.06.04 |
|---|---|
| [10984] 내 학점을 구해줘 (0) | 2022.06.03 |
| [11098] 첼시를 부탁해 (0) | 2022.06.01 |
| [5635] 생일 (0) | 2022.05.31 |
| [2609] 최대공약수와 최소공배수 (0) | 2022.05.30 |