/ Vijos /

记录详情

Wrong Answer

foo.cc: In function 'bool Spfa(int)':
foo.cc:43:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (int i = 0; i < g[temp].size(); i++) {
                         ~~^~~~~~~~~~~~~~~~
foo.cc: In function 'int main()':
foo.cc:61:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d %d %d", &n, &m, &s);
     ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
foo.cc:63:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%d %d %lld", &x, &y, &z);
         ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Cancelled 0ms 0 Bytes
#2 Accepted 2ms 384.0 KiB
#3 Wrong Answer Read 0, expect -1. 2ms 428.0 KiB
#4 Accepted 96ms 680.0 KiB
#5 Accepted 603ms 2.344 MiB
#6 Accepted 172ms 2.34 MiB
#7 Accepted 28ms 2.359 MiB

信息

递交者
类型
递交
题目
P1053 Easy sssp
语言
C++
递交时间
2021-10-11 15:11:42
评测时间
2021-10-11 15:11:42
评测机
分数
85
总耗时
904ms
峰值内存
2.359 MiB