Main.cc:16:17: error: stray '\357' in program
cat++;
^
Main.cc:16:17: error: stray '\274' in program
Main.cc:16:17: error: stray '\233' in program
Main.cc: In function 'int main()':
Main.cc:15:33: error: expected ')' before '{' token
if (x >= 0 && y >= 0{
^
Main.cc:18:9: error: expected primary-expression before '}' token
}
^