记录详情

Accepted

/in/foo.cc: In function 'bool yuudachi(int)':
/in/foo.cc:12:49: warning: operation on 'ind' may be undefined [-Wsequence-point]
     while(ta[ind].first&&ta[ind].second!=num)ind=((++ind)%100050);
                                              ~~~^~~~~~~~~~~~~~~~~
/in/foo.cc: In function 'bool insert(int)':
/in/foo.cc:19:49: warning: operation on 'ind' may be undefined [-Wsequence-point]
     while(va[ind].first&&va[ind].second!=num)ind=((++ind)%4000050);
                                              ~~~^~~~~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 5ms 1.051 MiB
#2 Accepted 2ms 2.203 MiB
#3 Accepted 1ms 308.0 KiB
#4 Accepted 2ms 2.188 MiB
#5 Accepted 113ms 31.57 MiB
#6 Accepted 127ms 31.562 MiB
#7 Accepted 179ms 31.555 MiB
#8 Accepted 225ms 31.586 MiB
#9 Accepted 161ms 31.555 MiB
#10 Accepted 131ms 31.562 MiB

信息

递交者
类型
递交
题目
门票
题目数据
下载
语言
C++
递交时间
2018-10-30 11:42:21
评测时间
2018-10-30 11:42:21
评测机
分数
100
总耗时
950ms
峰值内存
31.586 MiB