| Problem | numbergame |
|---|---|
| User | brianl |
| Submission Time | 2026-06-25 17:00:22 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
numbergame.cpp: In function ‘int main()’:
numbergame.cpp:28:10: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
28 | cout << ans;
| ^~~
| abs
numbergame.cpp:28:13: error: expected ‘}’ at end of input
28 | cout << ans;
| ^
numbergame.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^