Problem park
User cobnet
Submission Time 2025-02-21 22:57:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

park.cpp:12:66: error: expected identifier before ‘,’ token
12 | void join(ll gSize, ll willingness, deque<parkObject> &thequeue, , unordered_map<ll, int> &id_to_index, ll ID){
| ^
park.cpp: In function ‘int main()’:
park.cpp:65:33: error: cannot convert ‘std::unordered_map<long long int, int>’ to ‘int’
65 | join(tempS, tempW, thequeue, id_to_index, ID);
| ^~~~~~~~~~~
| |
| std::unordered_map<long long int, int>
park.cpp:12:66: note: initializing argument 4 of ‘void join(ll, ll, std::deque<parkObject>&, int, std::unordered_map<long long int, int>&, ll)’
12 | void join(ll gSize, ll willingness, deque<parkObject> &thequeue, , unordered_map<ll, int> &id_to_index, ll ID){
|