0_0_38572875_28382.cpp:4:1: error: 'ill' does not name a type
ill a[1000],b[10000],m[10000],w,x,pos;
^~~
0_0_38572875_28382.cpp: In function 'int main()':
0_0_38572875_28382.cpp:41:3: error: 'w' was not declared in this scope
w=0;
^
0_0_38572875_28382.cpp:47:9: error: 'x' was not declared in this scope
cin>>x;
^
0_0_38572875_28382.cpp:50:10: error: 'a' was not declared in this scope
cin>>a[j];
^
0_0_38572875_28382.cpp:51:5: error: 'm' was not declared in this scope
m[w++]=a[j];
^
0_0_38572875_28382.cpp:53:9: error: 'a' was not declared in this scope
sort(a,a+x);
^
0_0_38572875_28382.cpp:56:5: error: 'pos' was not declared in this scope
pos=erfen(a,x,k-a[j]);
^~~
0_0_38572875_28382.cpp:65:8: error: 'm' was not declared in this scope
sort(m,m+w);
^
0_0_38572875_28382.cpp:68:4: error: 'pos' was not declared in this scope
pos=erfen(m,w,k-m[i]);
^~~
|