记录详情

Accepted

/in/foo.cc: In member function 'bool poi::insert(int)':
/in/foo.cc:25: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:32:59: warning: operation on 'ind' may be undefined [-Wsequence-point]
         while(va[ind].first==true&&va[ind].second!=num)ind=((++ind)%maxva);
                                                        ~~~^~~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 19ms 38.309 MiB
#2 Accepted 22ms 39.703 MiB
#3 Accepted 51ms 13.059 MiB
#4 Accepted 49ms 12.438 MiB
#5 Accepted 1195ms 114.32 MiB
#6 Accepted 1114ms 114.312 MiB
#7 Accepted 1173ms 112.309 MiB
#8 Accepted 1103ms 112.953 MiB
#9 Accepted 1069ms 113.434 MiB
#10 Accepted 1046ms 112.816 MiB

信息

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