Main.cc: In function 'int main()':
Main.cc:8:17: error: expected primary-expression before '<=' token
for(int i=1;i,<=n;i++){
^
Main.cc:15:7: error: 'ont' was not declared in this scope
for(ont i=1;i<=n;i++){
^
Main.cc:15:15: error: 'i' was not declared in this scope
for(ont i=1;i<=n;i++){
^