Problem | overtaking |
---|---|
User | Tyx2019 |
Submission Time | 2024-10-17 09:08:05 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
overtaking.cpp:8:1: error: ‘deque’ does not name a type
8 | deque<pair<int,int>> mono[maxN];
| ^~~~~
overtaking.cpp:14:11: error: variable or field ‘init’ declared void
14 | void init(int32_t L, int32_t n, vector<long long> t, vector<int32_t> W, int32_t x, int32_t m, vector<int32_t> s)
| ^~~~~~~
overtaking.cpp:14:11: error: ‘int32_t’ was not declared in this scope
overtaking.cpp:14:22: error: ‘int32_t’ was not declared in this scope
14 | void init(int32_t L, int32_t n, vector<long long> t, vector<int32_t> W, int32_t x, int32_t m, vector<int32_t> s)
| ^~~~~~~
overtaking.cpp:14:51: error: expected primary-expression before ‘t’
14 | void init(int32_t L, int32_t n, vector<long long> t, vector<int32_t> W, int32_t x, int32_t m, vector<int32_t> s)
| ^
overtaking.cpp:14:61: