/ Vijos /

记录详情

Runtime Error

foo.cc: In function 'int main()':
foo.cc:50:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d%d%d",&n,&m,&l);
  ~~~~~^~~~~~~~~~~~~~~~~~~
foo.cc:52:27: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d%d%d",&u,&v,&w),
   ~~~~~~~~~~~~~~~~~~~~~~~~^~
   addedge(u,v,w);
   ~~~~~~~~~~~~~~           
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Cancelled 0ms 0 Bytes
#2 Accepted 9ms 536.0 KiB
#3 Accepted 2ms 544.0 KiB
#4 Accepted 4ms 684.0 KiB
#5 Runtime Error Segmentation fault 6ms 1.0 MiB
#6 Runtime Error Segmentation fault 6ms 1.012 MiB
#7 Runtime Error Segmentation fault 6ms 1.035 MiB

信息

递交者
类型
递交
题目
P1053 Easy sssp
语言
C++
递交时间
2021-11-12 23:59:29
评测时间
2021-11-12 23:59:29
评测机
分数
40
总耗时
34ms
峰值内存
1.035 MiB