| Problem | sumint |
|---|---|
| User | Thealienhuman |
| Submission Time | 2026-06-22 15:23:15 |
| 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;
| ^~~
sumint.cpp:18:1: error: expected ‘}’ at end of input
18 | }
| ^
sumint.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^