0_0_38331792_13409.cpp: In function 'void solve()':
0_0_38331792_13409.cpp:109:8: error: expected unqualified-id before '[' token
auto [x, y] = gold[i];
^
0_0_38331792_13409.cpp:112:9: error: expected unqualified-id before '[' token
auto [x1, y1] = ch[j];
^
0_0_38331792_13409.cpp:113:9: error: expected unqualified-id before '[' token
auto [x2, y2] = ch[j + 1];
^
0_0_38331792_13409.cpp:114:14: error: 'x1' was not declared in this scope
if(dist[g[x1][y1] - 'A'][x][y] + dist[g[x2][y2] - 'A'][x][y] == dist[g[x1][y1] - 'A'][x2][y2]){
^
0_0_38331792_13409.cpp:114:18: error: 'y1' was not declared in this scope
if(dist[g[x1][y1] - 'A'][x][y] + dist[g[x2][y2] - 'A'][x][y] == dist[g[x1][y1] - 'A'][x2][y2]){
^
0_0_38331792_13409.cpp:114:29: error: 'x' was not declared in this scope
if(dist[g[x1][y1] - 'A'][x][y] + dist[g[x2][y2] - 'A'][x][y] == dist[g[x1][y1] - 'A'][x2][y2]){
^
0_0_38331792_13409.cpp:114:32: error: 'y' was not declared in this scope
if(dist[g[x1][y1] - 'A'][x][y] + dist[g[x2][y2] - 'A'][x][y] == dist[g[x1][y1] - 'A'][x2][y2]){
^
0_0_38331792_13409.cpp:114:44: error: 'x2' was not declared in this scope
if(dist[g[x1][y1] - 'A'][x][y] + dist[g[x2][y2] - 'A'][x][y] == dist[g[x1][y1] - 'A'][x2][y2]){
^
0_0_38331792_13409.cpp:114:48: error: 'y2' was not declared in this scope
if(dist[g[x1][y1] - 'A'][x][y] + dist[g[x2][y2] - 'A'][x][y] == dist[g[x1][y1] - 'A'][x2][y2]){
^
|