Problem mrt
User LimCheeHann
Submission Time 2026-04-24 13:35:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

mrt.cpp: In function ‘int main()’:
mrt.cpp:13:9: error: ‘n’ was not declared in this scope
13 | cin >> n,e,Q;
| ^
mrt.cpp:49:18: error: ‘edges’ was not declared in this scope
49 | for(int j=0;j<edges[current-256].size();j++){
| ^~~~~