foo.cc: In function 'int main()':
foo.cc:51:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d%d%d",&n,&m,&t);
~~~~~^~~~~~~~~~~~~~~~~~~
foo.cc:55:26: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d",&r[i]),ee[i]=ee[i-1]+r[i];
~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
foo.cc:58:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%lf%lf%d%d",&tree[i].x,&tree[i].y,&tree[i].d,&tree[i].fa[0]);
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
foo.cc:128:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d%lf%d%lf",&x,&xf,&y,&yf);
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
foo.cc:138:17: warning: 'kk' may be used uninitialized in this function [-Wmaybe-uninitialized]
int kk;
^~
foo.cc:15:26: warning: 'yyyy' may be used uninitialized in this function [-Wmaybe-uninitialized]
if(x>y)return (2*pi-x+y)*r[d];
~~~~~~~^~~
foo.cc:127:43: note: 'yyyy' was declared here
double ans,xx,yy,xf,yf,xh,yh,xxxx,yyyy,hh;
^~~~
foo.cc:15:26: warning: 'xxxx' may be used uninitialized in this function [-Wmaybe-uninitialized]
if(x>y)return (2*pi-x+y)*r[d];
~~~~~~~^~~
foo.cc:127:38: note: 'xxxx' was declared here
double ans,xx,yy,xf,yf,xh,yh,xxxx,yyyy,hh;
^~~~
foo.cc:163:73: warning: 'yyy' may be used uninitialized in this function [-Wmaybe-uninitialized]
yh=2*pi*(ee[tree[y].d-1]-ee[tree[h].d])-(tree[y].wtcl-tree[yyy].wtcl);
~~~~~~~~~~^~~~
foo.cc:162:35: warning: 'xxx' may be used uninitialized in this function [-Wmaybe-uninitialized]
xh=tree[x].wtcl-tree[xxx].wtcl;
~~~~~~~~~~^~~~
正在同步测试数据,请稍后
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。