Problem race
User Cadenloi
Submission Time 2024-05-10 15:20:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

race.cpp: In function ‘void dfs(long long int, long long int, long long int, long long int)’:
race.cpp:14:5: error: ‘dep’ was not declared in this scope
14 | dep[x] = h;
| ^~~
race.cpp:16:14: error: request for member ‘first’ in ‘i’, which is of non-class type ‘long long int’
16 | if(i.first == p) continue;
| ^~~~~
race.cpp:17:15: error: request for member ‘first’ in ‘i’, which is of non-class type ‘long long int’
17 | dfs(i.first, x, d+i.second, h+1);
| ^~~~~
race.cpp:17:29: error: request for member ‘second’ in ‘i’, which is of non-class type ‘long long int’
17 | dfs(i.first, x, d+i.second, h+1);
| ^~~~~~
race.cpp: In function ‘void merge(long long int, long long int)’:
race.cpp:23:16: error: invalid operands of types ‘std::map<long long int, long long int> [200005]’ and ‘long long int’ to binary ‘operator*’