Main.cc: In function 'int main()':
Main.cc:5:15: error: expected unqualified-id before ';' token
int n,x,y,;
^
Main.cc:6:31: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d %d %d",&n,&x,&y);
^