Problem itinerary
User Reverberate
Submission Time 2025-02-22 23:19:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

itinerary.cpp: In function ‘void solve()’:
itinerary.cpp:215:24: error: too few arguments to function ‘void path_update(int, int, int)’
215 | path_update(prev, 1);
| ^
itinerary.cpp:176:6: note: declared here
176 | void path_update(int x, int y, int val){
| ^~~~~~~~~~~