Problem problematicjourney
User j0ashhh
Submission Time 2026-02-20 16:42:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

problematicjourney.cpp: In function ‘bool canReach(int)’:
problematicjourney.cpp:14:12: error: ‘X’ was not declared in this scope
14 | if(w <= X && dist[u]+1 < dist[v]){
| ^