Problem | sumint |
---|---|
User | dieunq1309 |
Submission Time | 2023-02-14 23:00:48 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:10:14: error: expected ‘;’ before ‘}’ token
10 | total +=num
| ^
| ;
11 | }
| ~
sumint.cpp:12:11: error: expected ‘;’ before ‘return’
12 | cout<<num
| ^
| ;
13 | return 0;
| ~~~~~~