0_0_27213468_25849.cpp: In function 'int main()': 0_0_27213468_25849.cpp:20:9: error: expected ';' before 'for' for(int i = 0; i <= n; i++) { ^ 0_0_27213468_25849.cpp:20:24: error: 'i' was not declared in this scope for(int i = 0; i <= n; i++) { ^