/ new_bzoj /

记录详情

Wrong Answer

/in/foo.cc: In function 'int work(int, int, int)':
/in/foo.cc:30:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if(l==lim) l++; if(r==lim) r--;
   ^~
/in/foo.cc:30: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:55:13: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
    int mid=l+r>>1;
            ~^~
/in/foo.cc: In function 'int main()':
/in/foo.cc:83:12: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
   int mid=l+r>>1;
           ~^~
# 状态 耗时 内存占用
#1 Accepted 4ms 4.027 MiB
#2 Accepted 9ms 2.977 MiB
#3 Wrong Answer 11ms 2.949 MiB
#4 Accepted 4ms 2.562 MiB
#5 Wrong Answer 14ms 4.328 MiB
#6 Accepted 4ms 2.578 MiB
#7 Wrong Answer 4ms 2.574 MiB
#8 Accepted 5ms 2.57 MiB
#9 Accepted 5ms 2.629 MiB
#10 Accepted 6ms 2.777 MiB
#11 Accepted 7ms 3.074 MiB

信息

递交者
类型
递交
题目
SZN
语言
C++
递交时间
2019-10-23 16:46:43
评测时间
2019-10-23 16:46:43
评测机
分数
73
总耗时
79ms
峰值内存
4.328 MiB