/ Vijos /

记录详情

Wrong Answer

foo.cc: In function 'void spfa()':
foo.cc:41:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (int i = 0; i < G[u].size(); i++) {
                   ~~^~~~~~~~~~~~~
foo.cc: In function 'int main()':
foo.cc:55:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf ("%lld %lld %lld", &n, &m, &s);
  ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
foo.cc:57:9: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf ("%lld %lld %lld", &u, &v, &w);
   ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Cancelled 0ms 0 Bytes
#2 Wrong Answer Read 4557430888798830399, expect NoPath. 3ms 384.0 KiB
#3 Wrong Answer Read 0, expect -1. 2ms 384.0 KiB
#4 Accepted 99ms 696.0 KiB
#5 Accepted 628ms 2.336 MiB
#6 Accepted 195ms 2.25 MiB
#7 Accepted 25ms 2.262 MiB

信息

递交者
类型
递交
题目
P1053 Easy sssp
语言
C++
递交时间
2021-03-19 18:34:35
评测时间
2021-03-19 18:34:35
评测机
分数
75
总耗时
954ms
峰值内存
2.336 MiB