Main.cc: In function 'int main()':
Main.cc:13:16: error: expected ';' before '{' token
else(y%x>0){
^
Main.cc:16:10: error: expected primary-expression before ')' token
if(n<){
^
Main.cc:17:8: error: expected ';' before '}' token
cout<<0}
^