longesttrip.cpp: In function 'std::vector<int> longest_trip(int, int)':
longesttrip.cpp:25:3: error: 'vll' was not declared in this scope; did you mean 'vpl'?
25 | vll order={0};
| ^~~
| vpl
longesttrip.cpp:37:5: error: 'order' was not declared in this scope
37 | order.pb(f1);
| ^~~~~
longesttrip.cpp:42:5: error: 'order' was not declared in this scope
42 | order.pb(f2);
| ^~~~~
longesttrip.cpp:45:6: error: 'order' was not declared in this scope
45 | s=order.back();
| ^~~~~
longesttrip.cpp:52:5: error: 'order' was not declared in this scope
52 | order.pb(l);
| ^~~~~
longesttrip.cpp:54:10: error: 'order' was not declared in this scope
54 | return order;
| ^~~~~