Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:19:18: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions]
   19 |         for(auto&[y,pos_list]:val_pos)
      |                  ^
/in/foo.cc:24:21: warning: unused variable 'first_k' [-Wunused-variable]
   24 |                 int first_k=pos_list[1];
      |                     ^~~~~~~
# 状态 耗时 内存占用
#1 Accepted 2ms 472.0 KiB
#2 Accepted 2ms 436.0 KiB
#3 Accepted 2ms 484.0 KiB
#4 Accepted 1ms 472.0 KiB
#5 Accepted 2ms 528.0 KiB
#6 Accepted 2ms 476.0 KiB
#7 Accepted 2ms 476.0 KiB
#8 Accepted 1ms 572.0 KiB
#9 Wrong Answer 3ms 860.0 KiB
#10 Wrong Answer 10ms 1.578 MiB

信息

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