记录详情

Accepted

/in/foo.cc: In member function 'bool poi::insert(int)':
/in/foo.cc:26:53: warning: operation on 'ind' may be undefined [-Wsequence-point]
         while(va[ind].first&&va[ind].second!=num)ind=((++ind)&maxva);
                                                  ~~~^~~~~~~~~~~~~~~~
/in/foo.cc: In member function 'int& poi::get(int)':
/in/foo.cc:33:59: warning: operation on 'ind' may be undefined [-Wsequence-point]
         while(va[ind].first==true&&va[ind].second!=num)ind=((++ind)&maxva);
                                                        ~~~^~~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 20ms 39.078 MiB
#2 Accepted 21ms 40.184 MiB
#3 Accepted 40ms 10.312 MiB
#4 Accepted 41ms 8.949 MiB
#5 Accepted 1131ms 137.438 MiB
#6 Accepted 1048ms 137.129 MiB
#7 Accepted 1056ms 134.828 MiB
#8 Accepted 1092ms 135.684 MiB
#9 Accepted 1115ms 135.438 MiB
#10 Accepted 1104ms 135.0 MiB

信息

递交者
类型
递交
题目
甘核平
题目数据
下载
语言
C++
递交时间
2018-10-31 11:35:11
评测时间
2018-10-31 11:35:11
评测机
分数
100
总耗时
6671ms
峰值内存
137.438 MiB