Main.cc: In function 'int main()': Main.cc:10:21: warning: operation on 'i' may be undefined [-Wsequence-point] for(i=1;i<=n;i=i++){ ^ Main.cc:18:1: error: expected '}' at end of input } ^