dreaming.cpp: In function 'void dfs(int)':
dreaming.cpp:18:15: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17'
18 | for (auto [x, t] : ed[v]){
| ^
dreaming.cpp: In function 'int mxdist(int, int)':
dreaming.cpp:25:15: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17'
25 | for (auto [x, t] : ed[v]){
| ^
dreaming.cpp: In function 'int travelTime(int, int, int, int*, int*, int*)':
dreaming.cpp:64:5: error: 'sort' was not declared in this scope; did you mean 'short'?
64 | sort(mx.rbegin(), mx.rend());
| ^~~~
| short