记录详情

Accepted

foo.cc: In function 'double Dijkstra(int, int)':
foo.cc:58:10: warning: unused variable 'ds' [-Wunused-variable]
   58 |   double ds = W.dis;
      |          ^~
foo.cc: In function 'int main()':
foo.cc:80:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   80 |  scanf("%d%d",&N,&M);
      |  ~~~~~^~~~~~~~~~~~~~
foo.cc:84:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   84 |   scanf("%d%d%d",&x,&y,&z);
      |   ~~~~~^~~~~~~~~~~~~~~~~~~
foo.cc:91:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   91 |  scanf("%d%d",&A,&B);
      |  ~~~~~^~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 4ms 512.0 KiB
#2 Accepted 3ms 512.0 KiB
#3 Accepted 9ms 640.0 KiB
#4 Accepted 4ms 640.0 KiB
#5 Accepted 6ms 640.0 KiB
#6 Accepted 8ms 768.0 KiB
#7 Accepted 7ms 768.0 KiB
#8 Accepted 8ms 768.0 KiB
#9 Accepted 40ms 3.625 MiB
#10 Accepted 55ms 3.625 MiB

信息

递交者
类型
递交
题目
P2626 最小花费(money)
语言
C++
递交时间
2022-04-26 20:46:44
评测时间
2022-04-26 20:46:44
评测机
分数
100
总耗时
148ms
峰值内存
3.625 MiB