Main.cc: In function 'int main()':
Main.cc:8:5: error: 'longlong' was not declared in this scope
longlong a[101],c=-1000001,n,x;
^
Main.cc:9:10: error: 'n' was not declared in this scope
cin>>n;
^
Main.cc:11:14: error: 'a' was not declared in this scope
cin>>a[i];
^
Main.cc:12:12: error: 'c' was not declared in this scope
if(c