expgorl.cpp:6:15: error: expected unqualified-id before 'int'
int x[10001], int y[10001];
^~~
expgorl.cpp: In function 'int main()':
expgorl.cpp:11:31: error: 'str' was not declared in this scope
scanf("%d %s %d %d %d %d",&k,str+1,&lax,&lay,&gox,&goy); n=strlen(str+1);
^~~
expgorl.cpp:11:38: error: 'lax' was not declared in this scope
scanf("%d %s %d %d %d %d",&k,str+1,&lax,&lay,&gox,&goy); n=strlen(str+1);
^~~
expgorl.cpp:11:38: note: suggested alternative: 'maxi'
scanf("%d %s %d %d %d %d",&k,str+1,&lax,&lay,&gox,&goy); n=strlen(str+1);
^~~
maxi
expgorl.cpp:11:43: error: 'lay' was not declared in this scope
scanf("%d %s %d %d %d %d",&k,str+1,&lax,&lay,&gox,&goy); n=strlen(str+1);
^~~
expgorl.cpp:11:43: note: suggested alternative: 'labs'
scanf("%d %s %d %d %d %d",&k,str+1,&lax,&lay,&gox,&goy); n=strlen(str+1);
^~~
labs
expgorl.cpp:11:48: error: 'gox' was not declared in this scope
scanf("%d %s %d %d %d %d",&k,str+1,&lax,&lay,&gox,&goy); n=strlen(str+1);
^~~
expgorl.cpp:11:53: error: 'goy' was not declared in this scope
scanf("%d %s %d %d %d %d",&k,str+1,&lax,&lay,&gox,&goy); n=strlen(str+1);
^~~
expgorl.cpp:12:16: error: 'y' was not declared in this scope
x[0]=gox-lax; y[0]=goy-lay;
^
expgorl.cpp:42:32: error: overloaded function with no contextual type information
printf("%.14Lf %.14Lf",min,max);
^
expgorl.cpp:9:6: warning: unused variable 'a' [-Wunused-variable]
int a, b, c, d, n, k;
^
expgorl.cpp:9:9: warning: unused variable 'b' [-Wunused-variable]
int a, b, c, d, n, k;
^
expgorl.cpp:9:12: warning: unused variable 'c' [-Wunused-variable]
int a, b, c, d, n, k;
^
expgorl.cpp:9:15: warning: unused variable 'd' [-Wunused-variable]
int a, b, c, d, n, k;
^