/ WHOJ /

记录详情

Runtime Error

foo.cc: In function 'void spfa1()':
foo.cc:15:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   15 |         for(int i=0; i<g1[fst].size(); i++)
      |                      ~^~~~~~~~~~~~~~~
foo.cc: In function 'void spfa2()':
foo.cc:35:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   35 |         for(int i=0; i<g1[fst].size(); i++)
      |                      ~^~~~~~~~~~~~~~~
正在同步测试数据,请稍后
Found 6 testcases.
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer Read 0, expect 2. 185ms 30.242 MiB
#2 Runtime Error Segmentation fault 37ms 25.25 MiB
#3 Wrong Answer Read 0, expect 8. 44ms 25.371 MiB
#4 Wrong Answer Read 0, expect 24. 39ms 25.117 MiB
#5 Runtime Error Segmentation fault 22ms 25.25 MiB
#6 Accepted 40ms 25.242 MiB

信息

递交者
类型
递交
题目
P1068 [NOIP2009 提高组] 最优贸易
题目数据
下载
语言
C++
递交时间
2022-02-19 20:28:50
评测时间
2022-02-19 20:28:50
评测机
分数
17
总耗时
370ms
峰值内存
30.242 MiB