Main.cc: In function 'int main()':
Main.cc:13:8: error: 'i' was not declared in this scope
if(a[i]>max){
^
Main.cc:15:4: error: 'id' was not declared in this scope
id=i;
^
Main.cc:18:8: error: 'id' was not declared in this scope
cout<