| Problem | sumint |
|---|---|
| User | Thealienhuman |
| Submission Time | 2026-06-22 15:23:42 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:7:6: error: expected unqualified-id before ‘=’ token
7 | int = sum;
| ^
sumint.cpp:15:3: error: ‘sum’ was not declared in this scope
15 | sum += b;
| ^~~