Run id: 4884

Main.cc: In function 'int main()':
Main.cc:6:2: error: expected ',' or ';' before 'cin'
  cin>>n>>x>>y;
  ^
Main.cc:12:2: error: 'else' without a previous 'if'
  else
  ^