Run id: 105026

Main.cc: In function 'int main()':
Main.cc:11:14: warning: left operand of comma operator has no effect [-Wunused-value]
     for(m,m<=n;m++){
              ^
Main.cc:11:12: warning: right operand of comma operator has no effect [-Wunused-value]
     for(m,m<=n;m++){
            ^
Main.cc:11:19: error: expected ';' before ')' token
     for(m,m<=n;m++){
                   ^