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:5:12: warning: unused variable 'rs' [-Wunused-variable]
int sum=0,rs=0,a[101],n=0;
^