/ new_bzoj /

记录详情

Accepted

foo.cc: In function 'long long int Dijkstra()':
foo.cc:44:28: warning: overflow in implicit constant conversion [-Woverflow]
  memset(dis,inf,sizeof(dis));
                            ^
foo.cc: In function 'int main()':
foo.cc:71:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%lld%lld%lld%lld",&t,&n,&cost,&m);
  ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
foo.cc:74:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%lld%lld%lld",&u,&v,&w);
   ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
foo.cc:78:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%lld",&d);
  ~~~~~^~~~~~~~~~~
foo.cc:80:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%lld%lld%lld",&a[i].p,&a[i].s,&a[i].e);
   ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 1ms 384.0 KiB
#2 Accepted 3ms 376.0 KiB
#3 Accepted 3ms 516.0 KiB
#4 Accepted 1ms 340.0 KiB
#5 Accepted 1ms 384.0 KiB
#6 Accepted 2ms 388.0 KiB
#7 Accepted 2ms 396.0 KiB
#8 Accepted 2ms 428.0 KiB
#9 Accepted 2ms 384.0 KiB
#10 Accepted 3ms 384.0 KiB

信息

递交者
类型
递交
题目
物流运输
语言
C++
递交时间
2021-11-02 20:15:00
评测时间
2021-11-02 20:15:00
评测机
分数
100
总耗时
25ms
峰值内存
516.0 KiB