Run id: 128643

Main.cc: In function 'int main()':
Main.cc:29:17: error: 'y' was not declared in this scope
      cout<<(int)y;
                 ^
Main.cc:30:17: error: expected ')' before ';' token
      y=y-((int)y;
                 ^