Problem | sumint |
---|---|
User | EuniceLoh |
Submission Time | 2024-11-07 10:43:29 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:7:2: error: ‘totalmeows’ was not declared in this scope
7 | totalmeows = 0;
| ^~~~~~~~~~
sumint.cpp:9:24: error: expected ‘;’ before ‘)’ token
9 | for (int i=0; i<d, i++) {
| ^
| ;