Main.cc: In function 'int main()':
Main.cc:6:6: warning: statement has no effect [-Wunused-value]
for(n;n<=m;n++){
^
Main.cc:10:1: error: expected primary-expression before '}' token
}
^
Main.cc:11:1: error: expected '}' at end of input
}
^