Main.cc: In function 'int main()':
Main.cc:9:9: error: 'o' was not declared in this scope
for(o<=m<=n<=1000);
^
Main.cc:10:11: error: expected primary-expression before ';' token
cout<<;
^
Main.cc:11:5: error: expected primary-expression before 'return'
return 0;
^
Main.cc:11:5: error: expected ')' before 'return'