foo.cc: In function 'int main()':
foo.cc:40:29: warning: narrowing conversion of 'y[i]' from 'long long int' to 'double' inside { } [-Wnarrowing]
b[++cnt]=(bian){i,i-1,y[i]};
~~~^
foo.cc:47:38: warning: narrowing conversion of 'yy[i]' from 'long long int' to 'double' inside { } [-Wnarrowing]
b[++cnt]=(bian){i+bas,i+bas-1,yy[i]};
~~~~^
foo.cc:34:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%lld%lld%lld%lld",&n,&m,&x,&xx);
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
foo.cc:38:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%lld",&y[i]);
~~~~~^~~~~~~~~~~~~~
foo.cc:45:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%lld",&yy[i]);
~~~~~^~~~~~~~~~~~~~~
foo.cc:102:25: warning: 'to2' may be used uninitialized in this function [-Wmaybe-uninitialized]
b[++cnt]=(bian){l1,to2+bas,m2};
~~~^~~~
foo.cc:101:25: warning: 'to1' may be used uninitialized in this function [-Wmaybe-uninitialized]
b[++cnt]=(bian){l1,to1+bas,m1};
~~~^~~~
[Hydro](https://hydro.ac)提供评测服务