foo.cc: In function 'int main()':
foo.cc:7:5: error: expected primary-expression before '|' token
if(|a-b|%2==1)
^
foo.cc:7:10: error: expected primary-expression before '%' token
if(|a-b|%2==1)
^
foo.cc:5:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%c",&a);
~~~~~^~~~~~~~~
foo.cc:6:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%c",&b);
~~~~~^~~~~~~~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。