| Problem | sumint |
|---|---|
| User | JcYong |
| Submission Time | 2024-06-18 10:56:18 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:8:19: error: expected initializer before ‘+=’ token
8 | long long meow2 += meow;
| ^~
sumint.cpp:9:11: error: ‘meow2’ was not declared in this scope; did you mean ‘meow’?
9 | cout << meow2;
| ^~~~~
| meow