记录详情

Accepted

/in/foo.cc: In member function 'bool oper::operator<(oper) const':
/in/foo.cc:10:64: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
  inline bool operator<(const oper a)const {return c<a.c||c==a.c&&abs(v)<abs(a.v);}
                                                          ~~~~~~^~~~~~~~~~~~~~~~~
/in/foo.cc: In function 'void CDQ(int, int)':
/in/foo.cc:52:9: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
  int m=l+r>>1,h=0,b=0;
        ~^~
# 状态 耗时 内存占用
#1 Accepted 8ms 332.0 KiB
#2 Accepted 8ms 316.0 KiB
#3 Accepted 11ms 444.0 KiB
#4 Accepted 40ms 2.199 MiB
#5 Accepted 76ms 4.43 MiB
#6 Accepted 98ms 5.555 MiB
#7 Accepted 50ms 1.699 MiB
#8 Accepted 105ms 3.184 MiB
#9 Accepted 132ms 3.809 MiB
#10 Accepted 186ms 5.074 MiB

信息

递交者
类型
递交
题目
3# 长久时(512MB,2S)
题目数据
下载
语言
C++
递交时间
2018-11-03 16:10:33
评测时间
2018-11-03 16:10:33
评测机
分数
100
总耗时
721ms
峰值内存
5.555 MiB