Search

65 백준_Python [5565] 영수증

sum =int(input()) num = 0 result = 0 for i in range(9): num =int(input()) result += num print(sum-result)
Python
복사