/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In function 'void dfs1_iterative(int)':
/in/foo.cc:30:14: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions]
   30 |         auto [u, p, visited] = st.top();
      |              ^
/in/foo.cc: In function 'void dfs2_iterative(int)':
/in/foo.cc:65:14: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions]
   65 |         auto [u, t] = st.top();
      |              ^
# 状态 耗时 内存占用
#1 Accepted 33ms 8.109 MiB
#2 Runtime Error 6ms 6.18 MiB
#3 Runtime Error 6ms 6.27 MiB
#4 Runtime Error 6ms 6.27 MiB
#5 Runtime Error 6ms 6.27 MiB
#6 Runtime Error 6ms 6.27 MiB
#7 Runtime Error 6ms 6.363 MiB
#8 Runtime Error 6ms 6.27 MiB
#9 Runtime Error 6ms 6.27 MiB
#10 Runtime Error 6ms 6.27 MiB
#11 Runtime Error 6ms 6.27 MiB
#12 Runtime Error 6ms 6.27 MiB
#13 Runtime Error 6ms 6.387 MiB

信息

递交者
类型
递交
题目
P1930 东方明珠下的音乐树
语言
C++
递交时间
2026-03-14 01:34:07
评测时间
2026-03-14 01:34:07
评测机
分数
15
总耗时
110ms
峰值内存
8.109 MiB