/ new_bzoj /

记录详情

Wrong Answer

/in/foo.cc: In function 'int work(int, int, int)':
/in/foo.cc:29:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if(l==lim) l++; if(r==lim) r--;
   ^~
/in/foo.cc:29:19: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
   if(l==lim) l++; if(r==lim) r--;
                   ^~
/in/foo.cc: In function 'int dfs(int, int, int)':
/in/foo.cc:56:13: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
    int mid=l+r>>1;
            ~^~
/in/foo.cc: In function 'int main()':
/in/foo.cc:84:12: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
   int mid=l+r>>1;
           ~^~
# 状态 耗时 内存占用
#1 Accepted 3ms 4.066 MiB
#2 Accepted 7ms 3.0 MiB
#3 Accepted 10ms 3.812 MiB
#4 Wrong Answer 3ms 2.57 MiB
#5 Accepted 12ms 2.926 MiB
#6 Wrong Answer 3ms 3.562 MiB
#7 Accepted 2ms 2.691 MiB
#8 Accepted 4ms 4.066 MiB
#9 Accepted 3ms 2.688 MiB
#10 Accepted 4ms 3.199 MiB
#11 Accepted 5ms 2.758 MiB

信息

递交者
类型
递交
题目
SZN
语言
C++
递交时间
2019-10-23 17:08:49
评测时间
2019-10-23 17:08:49
评测机
分数
82
总耗时
61ms
峰值内存
4.066 MiB