记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:15:26: warning: self-comparison always evaluates to true [-Wtautological-compare]
             if (i&(1<<j) == 1 << j){
                   ~~~~~~~^~~~~~~~~
/in/foo.cc:15:26: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
# 状态 耗时 内存占用
#1 Accepted 39ms 100.199 MiB
#2 Accepted 40ms 100.203 MiB
#3 Accepted 53ms 100.301 MiB
#4 Accepted 760ms 100.297 MiB
#5 Accepted 755ms 100.297 MiB

信息

递交者
类型
递交
题目
P1002 快递员秋葵的烦恼
语言
C++
递交时间
2020-05-03 17:26:22
评测时间
2020-05-03 17:26:22
评测机
分数
100
总耗时
1649ms
峰值内存
100.301 MiB