0_0_24152953_11383.c: In function 'main':
0_0_24152953_11383.c:7:4: error: unknown type name 'Point'
Point a,b;
^
0_0_24152953_11383.c:9:19: error: request for member 'x' in something not a structure or union
scanf("%d%d",&a.x,&a.y);
^
0_0_24152953_11383.c:9:24: error: request for member 'y' in something not a structure or union
scanf("%d%d",&a.x,&a.y);
^
0_0_24152953_11383.c:10:19: error: request for member 'x' in something not a structure or union
scanf("%d%d",&b.x,&b.y);
^
0_0_24152953_11383.c:10:24: error: request for member 'y' in something not a structure or union
scanf("%d%d",&b.x,&b.y);
^
0_0_24152953_11383.c:12:14: error: request for member 'x' in something not a structure or union
dis=1.0*(a.x-b.x)*(a.x-b.x)+1.0*(a.y-b.y)*(a.y-b.y);
^
0_0_24152953_11383.c:12:18: error: request for member 'x' in something not a structure or union
dis=1.0*(a.x-b.x)*(a.x-b.x)+1.0*(a.y-b.y)*(a.y-b.y);
^
0_0_24152953_11383.c:12:24: error: request for member 'x' in something not a structure or union
dis=1.0*(a.x-b.x)*(a.x-b.x)+1.0*(a.y-b.y)*(a.y-b.y);
^
0_0_24152953_11383.c:12:28: error: request for member 'x' in something not a structure or union
dis=1.0*(a.x-b.x)*(a.x-b.x)+1.0*(a.y-b.y)*(a.y-b.y);
^
0_0_24152953_11383.c:12:38: error: request for member 'y' in something not a structure or union
dis=1.0*(a.x-b.x)*(a.x-b.x)+1.0*(a.y-b.y)*(a.y-b.y);
^
0_0_24152953_11383.c:12:42: error: request for member 'y' in something not a structure or union
dis=1.0*(a.x-b.x)*(a.x-b.x)+1.0*(a.y-b.y)*(a.y-b.y);
^
0_0_24152953_11383.c:12:48: error: request for member 'y' in something not a structure or union
dis=1.0*(a.x-b.x)*(a.x-b.x)+1.0*(a.y-b.y)*(a.y-b.y);
^
0_0_24152953_11383.c:12:52: error: request for member 'y' in something not a structure or union
dis=1.0*(a.x-b.x)*(a.x-b.x)+1.0*(a.y-b.y)*(a.y-b.y);
^
|