Main.cc: In function ‘int main()’: Main.cc:6:10: error: expected primary-expression before ‘<=’ token 6 | for(i=1;<=n;i++){ | ^~