记录详情

Compile Error

foo.cc: In function 'int main()':
foo.cc:32:21: error: 'vv1' was not declared in this scope
   32 | memset(vis,0,sizeof(vv1));
      |                     ^~~
foo.cc:36:6: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   36 | scanf("%d",&nump);
      | ~~~~~^~~~~~~~~~~~
foo.cc:40:6: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   40 | scanf("%d%d%d",&vx,&vy,&v);
      | ~~~~~^~~~~~~~~~~~~~~~~~~~~
foo.cc:44:6: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   44 | scanf("%d%d",&vh,&ve);
      | ~~~~~^~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务

信息

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