/ Vijos /

记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:34:32: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  std::scanf("%d%d",&node,&edge);
                                ^
foo.cc:35:74: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  for(int i=1;i<=edge;++i) std::scanf("%d%d%d",&e[i].u,&e[i].v,&e[i].cost);
                                                                          ^
foo.cc:37:21: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  std::scanf("%d",&q);
                     ^
foo.cc:41:31: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   std::scanf("%d%d",&sta,&end);
                               ^

自豪的采用 HydroJudger 进行评测(github.com/hydro-dev/HydroJudger)
{"receive":"2020-03-24T01:47:05.617Z","handle":"2020-03-24T01:47:05.617Z","cache_start":"2020-03-24T01:47:05.625Z","read_cases":"2020-03-24T01:47:15.373Z","judge":"2020-03-24T01:47:15.374Z","done":"2020-03-24T01:47:21.863Z"}
# 状态 耗时 内存占用
#1 Wrong Answer Read 1063 at 1,3c1 but expect 699 1ms 292.0 KiB
#2 Wrong Answer 0a1,8 > 13215 > 25053 > 25053 1ms 256.0 KiB
#3 Wrong Answer Read 198 at 1,605c1,605 but expect 3089 12ms 384.0 KiB
#4 Accepted 13ms 384.0 KiB
#5 Accepted 17ms 424.0 KiB
#6 Wrong Answer Read 293 at 1,640c1,640 but expect 2814 11ms 384.0 KiB
#7 Accepted 37ms 900.0 KiB
#8 Accepted 38ms 800.0 KiB
#9 Accepted 36ms 832.0 KiB
#10 Accepted 33ms 788.0 KiB
#11 Accepted 38ms 872.0 KiB
#12 Accepted 34ms 864.0 KiB
#13 Accepted 472ms 896.0 KiB
#14 Accepted 471ms 856.0 KiB
#15 Accepted 473ms 792.0 KiB
#16 Accepted 479ms 820.0 KiB
#17 Accepted 472ms 868.0 KiB
#18 Accepted 474ms 856.0 KiB
#19 Accepted 470ms 780.0 KiB
#20 Accepted 473ms 820.0 KiB

信息

递交者
类型
递交
题目
P1843 货车运输
语言
C++
递交时间
2020-03-24 09:47:05
评测时间
2020-03-24 09:47:05
评测机
分数
80
总耗时
4064ms
峰值内存
900.0 KiB