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

Compile Error

guessproblem.cpp: In function ‘int main()’:
guessproblem.cpp:12:25: error: ‘N’ was not declared in this scope
12 | for (int i = 0; i < N; i++) {
| ^
guessproblem.cpp:16:25: error: ‘N’ was not declared in this scope
16 | for (int i = 0; i < N; i++) {
| ^
guessproblem.cpp:23:25: error: ‘N’ was not declared in this scope
23 | for (int i = 0; i < N; i++) {
| ^
guessproblem.cpp:24:15: error: ‘A’ was not declared in this scope
24 | mx += A[i];
| ^
guessproblem.cpp:25:16: error: ‘B’ was not declared in this scope
25 | k.push(B[i]);
| ^
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