Problem | sumint |
---|---|
User | itsjeKa |
Submission Time | 2023-07-29 03:18:14 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:9:5: error: expected ‘,’ or ‘;’ before ‘while’
9 | while(n--){
| ^~~~~
sumint.cpp:12:13: error: ‘tc’ was not declared in this scope; did you mean ‘tm’?
12 | cout << tc;
| ^~
| tm