Arithmetic operations with several numbers

Just like programs with several print() statements, we can have several input() statements as well.
Your task is to read 3 integer numbers from the input and print their sum in the output.
Input
Output
10 20 33
63
 

Constraints

Time limit: 2 seconds

Memory limit: 512 MB

Output limit: 1 MB

To check your solution you need to sign in
Sign in to continue