/in/foo.cc: In function 'int main()':
/in/foo.cc:7:8: error: 'b' does not name a type
const b=100;
^
/in/foo.cc:8:11: error: 'b' was not declared in this scope
int n,a[b]=0;
^
/in/foo.cc:12:8: error: 'a' was not declared in this scope
cin>>a[i];
^
/in/foo.cc:14:7: error: 'a' was not declared in this scope
sort(a[0],sizeof(a[i]))
^
/in/foo.cc:14:21: error: 'i' was not declared in this scope
sort(a[0],sizeof(a[i]))
^
/in/foo.cc:15:17: error: 'j' was not declared in this scope
for(int j=0;j<n;j++)
^