โ Back to User Input
Question 270
Sum of Three Numbers from Input
Sum of Three Numbers from Input
Read three integers from input (separated by spaces) and print their sum. Example: input '1 2 3' prints 6.
Expected Output:
6
Topics:
User Input
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cout, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.