Main.cc: In function 'int main()': Main.cc:12:9: error: 'k' was not declared in this scope if(k==0) ^ Main.cc:21:7: warning: statement has no effect [-Wunused-value] for(i;i>=0;i--) ^