0_0_38705096_18866.cpp:75:59: error: stray '\2' in program
75 | double c=sqrt((zb[i].x-zb[j].x)*(zb[i].x-zb[j].x)+(zb[i].y<U+0002>zb[j].y)*(zb[i].y-zb[j].y));
| ^~~~~~~~
0_0_38705096_18866.cpp: In function 'void kruskal()':
0_0_38705096_18866.cpp:53:1: error: 'Constructing' was not declared in this scope
53 | Constructing Roads
| ^~~~~~~~~~~~
0_0_38705096_18866.cpp: In function 'int main()':
0_0_38705096_18866.cpp:75:59: error: expected ')' before 'zb'
75 | double c=sqrt((zb[i].x-zb[j].x)*(zb[i].x-zb[j].x)+(zb[i].yzb[j].y)*(zb[i].y-zb[j].y));
| ~ ^~~
| )
0_0_38705096_18866.cpp:75:87: error: expected ')' before ';' token
75 | double c=sqrt((zb[i].x-zb[j].x)*(zb[i].x-zb[j].x)+(zb[i].yzb[j].y)*(zb[i].y-zb[j].y));
| ~ ^
| )
|