Toph easy problem(Missing Number)
Question:
Missing Number
Limits: 1s, 512 MB
Given the sum of four numbers and three of those numbers, find the missing number.
All four numbers are positive integers.
Input
The input will contain one integer (the sum of the four numbers) in the first line and 3 integers (three of those four numbers) in the second line.
Output
Print the missing number.
No comments