foo.cc: In function 'int main()':
foo.cc:72:18: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
if(ji[z1]<=z2&z2%2==1)
~~~~~~^~~~
foo.cc:42:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%lld%lld%lld",&n,&m,&p);
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
foo.cc:50:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%lld%lld",&z1,&z2);
~~~~~^~~~~~~~~~~~~~~~~~~~
foo.cc:61:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%lld%lld",&z1,&z2);
~~~~~^~~~~~~~~~~~~~~~~~~~
foo.cc:45:14: warning: iteration 100004 invokes undefined behavior [-Waggressive-loop-optimizations]
ji[i]=99999999;
~~~~~^~~~~~~~~
foo.cc:43:24: note: within this loop
for(long long i=1;i<=100005;i++)
~^~~~~~~~
自豪的采用 HydroJudger 进行评测(github.com/hydro-dev/HydroJudger)
{"receive":"2020-05-28T08:12:00.360Z","handle":"2020-05-28T08:12:00.360Z","cache_start":"2020-05-28T08:12:00.367Z","read_cases":"2020-05-28T08:12:00.482Z","judge":"2020-05-28T08:12:00.485Z","done":"2020-05-28T08:12:02.251Z"}