记录详情

Runtime Error

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 7ms 512.0 KiB
#2 Accepted 7ms 512.0 KiB
#3 Accepted 8ms 640.0 KiB
#4 Accepted 8ms 640.0 KiB
#5 Accepted 7ms 640.0 KiB
#6 Wrong Answer Read 351.82848783, expect 182.91065461. 9ms 640.0 KiB
#7 Wrong Answer Read 100.00000000, expect 307.49237632. 8ms 640.0 KiB
#8 Wrong Answer Read 100.00000000, expect 267.05897202. 9ms 640.0 KiB
#9 Runtime Error Segmentation fault 9ms 640.0 KiB
#10 Runtime Error Segmentation fault 6ms 640.0 KiB

信息

递交者
类型
递交
题目
P2626 最小花费(money)
语言
C++
递交时间
2022-04-26 20:33:32
评测时间
2022-04-26 20:33:32
评测机
分数
50
总耗时
83ms
峰值内存
640.0 KiB