Problem car
User taqtru
Submission Time 2025-02-03 10:14:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

car.cpp: In function ‘int main()’:
car.cpp:35:44: error: expected ‘;’ before ‘}’ token
35 | que.push({weight,neighbor})
| ^
| ;
36 | }
| ~