| Problem | sumint |
|---|---|
| User | austenj |
| Submission Time | 2026-06-22 16:07:24 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:11:2: error: ‘sum’ was not declared in this scope
11 | sum=a;
| ^~~
sumint.cpp:13:8: error: ‘sum’ was not declared in this scope
13 | cout<<sum;
| ^~~