Problem competition
User Johnnie
Submission Time 2023-10-15 21:18:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

competition.cpp: In function ‘int main()’:
competition.cpp:15:2: error: ‘multi_map’ was not declared in this scope
15 | multi_map<int, int, greater<int>> C;
| ^~~~~~~~~
competition.cpp:15:12: error: expected primary-expression before ‘int’
15 | multi_map<int, int, greater<int>> C;
| ^~~
competition.cpp:18:4: error: ‘C’ was not declared in this scope
18 | C.insert(pair{A[i] - B[i], i});
| ^
competition.cpp:21:12: error: ‘C’ was not declared in this scope
21 | auto it = C.begin();
| ^