Problem guessproblem
User Usu
Submission Time 2025-11-01 20:12:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

guessproblem.cpp: In function ‘int main()’:
guessproblem.cpp:31:9: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
31 | ans += k.top();
| ^~~
| abs
guessproblem.cpp:34:13: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
34 | cout << ans;
| ^~~
| abs