Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:20:14: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions]
   20 |     for(auto&[y,pos_list]:val_pos)
      |              ^
/in/foo.cc:25:13: warning: unused variable 'first_k' [-Wunused-variable]
   25 |         int first_k=pos_list[1];
      |             ^~~~~~~
# 状态 耗时 内存占用
#1 Accepted 1ms 444.0 KiB
#2 Accepted 2ms 480.0 KiB
#3 Accepted 1ms 564.0 KiB
#4 Accepted 1ms 484.0 KiB
#5 Accepted 1ms 532.0 KiB
#6 Accepted 1ms 560.0 KiB
#7 Accepted 1ms 532.0 KiB
#8 Accepted 2ms 496.0 KiB
#9 Wrong Answer 3ms 884.0 KiB
#10 Wrong Answer 11ms 1.578 MiB

信息

递交者
类型
递交
题目
P3001 糖葫芦(haw)
语言
C++
递交时间
2025-12-27 18:09:21
评测时间
2025-12-27 18:09:21
评测机
分数
80
总耗时
30ms
峰值内存
1.578 MiB