Problem sumint
User Ush
Submission Time 2023-11-09 09:42:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int32_t main()’:
sumint.cpp:17:23: error: expected ‘;’ before ‘return’
17 | cout << totalMeows
| ^
| ;
18 |
19 | return 0;
| ~~~~~~