# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
74963 | khsoo01 | Highway Tolls (IOI18_highway) | C++11 | 0 ms | 0 KiB |
This submission is migrated from previous version of oj.uz, which used different machine for grading. This submission may have different result if resubmitted.
#include "highway.h"
void find_pair(int _N, vector<int> _U, vector<int> _V, int _A, int _B) {
answer(1, 2);
}