Problem | sumint |
---|---|
User | TngShihAn |
Submission Time | 2023-11-08 13:36:55 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:5:5: error: expected ‘,’ or ‘;’ before ‘cin’
5 | cin >> howmany;
| ^~~
sumint.cpp:9:25: error: expected ‘;’ before ‘}’ token
9 | sum += newnumber
| ^
| ;
10 | }
| ~