记录详情

Compile Error

foo.cc: In function 'int main()':
foo.cc:32:25: error: 'vv1' was not declared in this scope
     memset(vis,0,sizeof(vv1));
                         ^~~
foo.cc:36:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d",&nump);
     ~~~~~^~~~~~~~~~~~
foo.cc:40:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%d%d%d",&vx,&vy,&v);
         ~~~~~^~~~~~~~~~~~~~~~~~~~~
foo.cc:44:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d%d",&vh,&ve);
     ~~~~~^~~~~~~~~~~~~~~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。

信息

递交者
类型
递交
题目
5 城市中的最短路径
语言
C++
递交时间
2021-03-13 20:40:00
评测时间
2021-03-13 20:40:00
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes