CJCoding With Joseph

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
๐Ÿ“ฅ Auto-Input:
1 2 3\n
This input is automatically fed to your program's stdin
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (p, fori)

Your Output

Run your code to see the output here...

Test Cases

Run your code to see test case results.