Problem cyberland_apio23
User mertbbm
Submission Time 2023-05-29 16:10:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cyberland_apio23.cpp: In function ‘double solve(int, int, int, int, std::vector<int>, std::vector<int>, std::vector<int>, std::vector<int>)’:
cyberland_apio23.cpp:70:2: error: expected ‘}’ at end of input
70 | }
| ^
cyberland_apio23.cpp:9:108: note: to match this ‘{’
9 | double solve(int n, int m, int K, int h, vector<int> from, vector<int> to, vector<int> c, vector<int> arr) {
| ^