| Problem | sumint |
|---|---|
| User | 6 |
| Submission Time | 2026-06-22 16:23:34 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:8:1: error: expected initializer before ‘cin’
8 | cin>>d;
| ^~~
sumint.cpp:10:7: error: ‘a’ was not declared in this scope
10 | cin>>a;
| ^
sumint.cpp:11:2: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
11 | ans += a;
| ^~~
| abs