Problem hypeboy
User maximushartanto
Submission Time 2025-12-22 13:48:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hypeboy.cpp: In function ‘int main()’:
hypeboy.cpp:20:9: error: ‘bmax2’ was not declared in this scope; did you mean ‘bmax’?
20 | dbg(bmax2);
| ^~~~~
hypeboy.cpp:4:39: note: in definition of macro ‘dbg’
4 | #define dbg(x) cerr << #x << " = " << x << endl
| ^