Main.cc: In function ‘int main()’:
Main.cc:7:11: error: ‘a’ was not declared in this scope
int n[a];
^
Main.cc:8:19: error: ‘n’ was not declared in this scope
for(int c=0;c>n[i];
^
Main.cc:12:11: error: ‘sum’ was not declared in this scope
cout<