| Problem | eight |
|---|---|
| User | lxmine |
| Submission Time | 2026-04-18 09:17:02 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
eight.cpp: In function ‘int main()’:
eight.cpp:13:4: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
13 | ans++;
| ^~~
| abs
eight.cpp:16:8: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
16 | cout<<ans;
| ^~~
| abs