Problem car
User tux
Submission Time 2023-11-15 09:57:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

car.cpp: In function ‘int main()’:
car.cpp:36:15: error: expected unqualified-id before ‘{’ token
36 | auto &{a,b}=e.second;
| ^
car.cpp:36:20: error: expected primary-expression before ‘=’ token
36 | auto &{a,b}=e.second;
| ^
car.cpp:37:15: error: ‘a’ was not declared in this scope
37 | if(fs(a)==fs(b))continue;
| ^
car.cpp:37:22: error: ‘b’ was not declared in this scope
37 | if(fs(a)==fs(b))continue;
| ^
car.cpp:40:12: error: ‘a’ was not declared in this scope
40 | ms(a,b);
| ^
car.cpp:40:14: error: ‘b’ was not declared in this scope
40 | ms(a,b);
| ^