Problem modules
User VNHbest
Submission Time 2026-05-19 01:55:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

modules.cpp: In function ‘bool check(long long int)’:
modules.cpp:29:21: error: ‘mx’ was not declared in this scope
29 | mx = max(mx, que.front().s);
| ^~
modules.cpp:35:34: error: ‘mx’ was not declared in this scope
35 | val[d] = max(val[d], mx + c);
| ^~