记录详情

Accepted

/in/foo.cc: In function 'bool yuudachi(int)':
/in/foo.cc:15:49: warning: operation on 'ind' may be undefined [-Wsequence-point]
     while(ta[ind].first&&ta[ind].second!=num)ind=((++ind)%maxta);
                                              ~~~^~~~~~~~~~~~~~~~
/in/foo.cc: In function 'bool insert(int)':
/in/foo.cc:23:55: warning: operation on 'ind' may be undefined [-Wsequence-point]
     while(va[ind].second!=0&&va[ind].second-1!=num)ind=((++ind)%maxva);
                                                    ~~~^~~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 6ms 1.684 MiB
#2 Accepted 2ms 2.305 MiB
#3 Accepted 2ms 2.211 MiB
#4 Accepted 2ms 2.18 MiB
#5 Accepted 117ms 31.562 MiB
#6 Accepted 139ms 31.57 MiB
#7 Accepted 204ms 31.559 MiB
#8 Accepted 267ms 31.555 MiB
#9 Accepted 171ms 31.578 MiB
#10 Accepted 135ms 31.555 MiB

信息

递交者
类型
递交
题目
门票
题目数据
下载
语言
C++
递交时间
2018-10-30 13:06:02
评测时间
2018-10-30 13:06:02
评测机
分数
100
总耗时
1050ms
峰值内存
31.578 MiB