Problem sumint
User Jatin2010
Submission Time 2024-03-20 00:38:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:13:14: error: expected ‘;’ before ‘return’
13 | cout<<output
| ^
| ;
14 | return 0;
| ~~~~~~