1. Problem 문제 확인하기 2. Solution total_price = int(input()) for _ in range(9): total_price -= int(input()) print(total_price)