Main.cc: In function 'int main()':
Main.cc:7:20: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
for(i=w=m;i=w<=n;i+=2;w++){
^
Main.cc:7:26: error: expected ')' before ';' token
for(i=w=m;i=w<=n;i+=2;w++){
^
Main.cc:7:30: error: expected ';' before ')' token
for(i=w=m;i=w<=n;i+=2;w++){
^