# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
74963 | 2018-09-07T18:49:27 Z | khsoo01 | Highway Tolls (IOI18_highway) | C++11 | 0 ms | 0 KB |
#include "highway.h" void find_pair(int _N, vector<int> _U, vector<int> _V, int _A, int _B) { answer(1, 2); }