Main.cc: In function ‘int main()’: Main.cc:12:8: error: ‘i’ was not declared in this scope while(i<=k){ ^ Main.cc:13:6: error: ‘a’ was not declared in this scope if(a[i]!=0) i++; ^