foo.cc:63:4: error: stray '\357' in program
if(tmp==0)cout<<18<<endl;
^
foo.cc:63:5: error: stray '\274' in program
if(tmp==0)cout<<18<<endl;
^
foo.cc:63:6: error: stray '\210' in program
if(tmp==0)cout<<18<<endl;
^
foo.cc:63:13: error: stray '\357' in program
if(tmp==0)cout<<18<<endl;
^
foo.cc:63:14: error: stray '\274' in program
if(tmp==0)cout<<18<<endl;
^
foo.cc:63:15: error: stray '\211' in program
if(tmp==0)cout<<18<<endl;
^
foo.cc: In function 'int main()':
foo.cc:63:7: error: expected '(' before 'tmp'
if(tmp==0)cout<<18<<endl;
^~~
foo.cc:64:2: error: 'else' without a previous 'if'
else
^~~~
foo.cc:62:6: warning: unused variable 'tmp' [-Wunused-variable]
int tmp =rand()%2;
^~~
foo.cc: In function 'int get_pos(const int*, int, int)':
foo.cc:20:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
foo.cc: In function 'void P()':
foo.cc:47:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d",&num);
~~~~~^~~~~~~~~~~
foo.cc:50:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d",&data1[i]);
~~~~~^~~~~~~~~~~~~~~~
foo.cc:54:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d",&data2[i]);
~~~~~^~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务