0_0_38765570_3320.cpp: In function 'int main()':
0_0_38765570_3320.cpp:37:24: error: 'x' was not declared in this scope
37 | a[i].B=a[i].x0-x[i].x1;
| ^
0_0_38765570_3320.cpp:49:47: error: 'x' was not declared in this scope
49 | t=fabs(a[i].A*x+a[i].B*y+a[i].C)/sqrt(a[i].A*a[i].A+a[i].B*a[i].B);
| ^
0_0_38765570_3320.cpp:49:56: error: 'y' was not declared in this scope
49 | t=fabs(a[i].A*x+a[i].B*y+a[i].C)/sqrt(a[i].A*a[i].A+a[i].B*a[i].B);
| ^
0_0_38765570_3320.cpp:55:42: error: 'y2' was not declared in this scope; did you mean 't2'?
55 | t=min(t1,y2);
| ^~
| t2
|