Main.cc: In function 'int main()':
Main.cc:10:10: error: 'i' was not declared in this scope
sum+=a[i];
^
Main.cc:14:4: error: 'cnt' was not declared in this scope
cnt++;
^
Main.cc:15:8: error: 'cnt' was not declared in this scope
cout<