Main.cc: In function 'int main()': Main.cc:13:2: error: expected ';' before 'for' for(int i=n;i>=0;i--){ ^ Main.cc:13:14: error: 'i' was not declared in this scope for(int i=n;i>=0;i--){ ^