/ 测试 /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:40:18: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions]
   40 |         for(auto [to,len]:G[i])
      |                  ^
/in/foo.cc:55:26: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions]
   55 |                     auto [d,now]=Q.top();
      |                          ^
/in/foo.cc:60:30: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions]
   60 |                     for(auto [to,len]:G[now])
      |                              ^
/in/foo.cc:73:18: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions]
   73 |         for(auto [to,len]:G[i])
      |                  ^
/in/foo.cc:38:9: warning: unused variable 'tot' [-Wunused-variable]
   38 |     int tot=0;
      |         ^~~
# 状态 耗时 内存占用
#1 Wrong Answer 1270ms 36.047 MiB
#2 Wrong Answer 1270ms 36.051 MiB
#3 Wrong Answer 1290ms 36.059 MiB
#4 Wrong Answer 1289ms 36.062 MiB
#5 Wrong Answer 1357ms 35.992 MiB
#6 Wrong Answer 1352ms 36.051 MiB
#7 Wrong Answer 1352ms 36.062 MiB
#8 Wrong Answer 1348ms 36.023 MiB
#9 Wrong Answer 1267ms 36.055 MiB
#10 Wrong Answer 1266ms 35.988 MiB

信息

递交者
类型
递交
题目
P1002 最短路
语言
C++
递交时间
2026-05-26 17:23:15
评测时间
2026-05-26 17:23:15
评测机
分数
0
总耗时
13064ms
峰值内存
36.062 MiB