Main.cc: In function 'int main()': Main.cc:7:21: error: expected unqualified-id before '=' token int n,a[1000],x,=0,min=1000; ^ Main.cc:8:5: error: 'cin' was not declared in this scope cin>>n; ^ Main.cc:15:16: error: 'min' was not declared in this scope if(min>x){ ^ Main.cc:20:5: error: 'cout' was not declared in this scope cout<