Problem overtaking
User Tyx2019
Submission Time 2024-10-17 06:53:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

overtaking.cpp: In function ‘void init(int32_t, int32_t, std::vector<long long int>, std::vector<int>, int32_t, int32_t, std::vector<int>)’:
overtaking.cpp:115:13: error: ‘class std::deque<std::pair<long long int, long long int> >’ has no member named ‘push_’
115 | mono[i].push_({arrivalTime[j][ordering[j][i-1]] - S[j] * X, j});
| ^~~~~