| Problem | sumint |
|---|---|
| User | StarSparrowFox |
| Submission Time | 2024-01-23 21:29:36 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:11:13: error: expected ‘;’ before ‘return’
11 | cout << num
| ^
| ;
12 | return 0;
| ~~~~~~