walk.cpp:49:2: error: extended character is not valid in an identifier
49 | if(!dist.count({i,yy}) || dist[{i,y}] + abs(y - yy) < dist[{i,yy}]) {
| ^
walk.cpp:49:5: error: extended character is not valid in an identifier
49 | if(!dist.count({i,yy}) || dist[{i,y}] + abs(y - yy) < dist[{i,yy}]) {
| ^
walk.cpp:49:8: error: extended character is not valid in an identifier
49 | if(!dist.count({i,yy}) || dist[{i,y}] + abs(y - yy) < dist[{i,yy}]) {
| ^
walk.cpp:49:11: error: extended character is not valid in an identifier
49 | if(!dist.count({i,yy}) || dist[{i,y}] + abs(y - yy) < dist[{i,yy}]) {
| ^
walk.cpp:49:14: error: extended character is not valid in an identifier
49 | if(!dist.count({i,yy}) || dist[{i,y}] + abs(y - yy) < dist[{i,yy}]) {
| ^
walk.cpp:49:17: error: extended character is not valid in an identifier
49 | if(!dist.count({i,yy}) || dist[{i,y}] + abs(y - yy) < dist[{i,yy}]) {
| ^
walk.cpp: In function 'long long int min_distance(std::vector<int>, std::vector<int>, std::vector<int>, std::vector<int>, std::vector<int>, int, int)':
walk.cpp:49:2: error: '\U000000a0' was not declared in this scope
49 | if(!dist.count({i,yy}) || dist[{i,y}] + abs(y - yy) < dist[{i,yy}]) {
| ^
walk.cpp:49:40: error: expected primary-expression before ')' token
49 | if(!dist.count({i,yy}) || dist[{i,y}] + abs(y - yy) < dist[{i,yy}]) {
| ^
walk.cpp:49:55: error: expected primary-expression before ']' token
49 | if(!dist.count({i,yy}) || dist[{i,y}] + abs(y - yy) < dist[{i,yy}]) {
| ^
walk.cpp:49:84: error: expected primary-expression before ']' token
49 | if(!dist.count({i,yy}) || dist[{i,y}] + abs(y - yy) < dist[{i,yy}]) {
| ^