Problem shops
User fwaeh
Submission Time 2026-03-08 15:44:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

shops.cpp: In function ‘int main()’:
shops.cpp:39:12: error: ‘N’ was not declared in this scope
39 | cin >> N >> M;
| ^
shops.cpp:39:17: error: ‘M’ was not declared in this scope
39 | cin >> N >> M;
| ^
shops.cpp:42:9: error: ‘adj’ was not declared in this scope
42 | adj[u].push_back({v, w});
| ^~~
shops.cpp:50:12: error: ‘check’ was not declared in this scope
50 | if(check(mid)) {
| ^~~~~
shops.cpp:52:28: error: ‘assignment’ was not declared in this scope; did you mean ‘sigevent’?
52 | final_config = assignment;
| ^~~~~~~~~~
| sigevent