/ new_bzoj /

记录详情

Accepted

/in/foo.cc: In function 'int check1(int, int, int, int)':
/in/foo.cc:27:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if(l==x)l++;if(r==x)r--;
   ^~
/in/foo.cc:27:15: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
   if(l==x)l++;if(r==x)r--;
               ^~
/in/foo.cc: In function 'int dfs(int, int, int)':
/in/foo.cc:58:13: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
    int mid=l+r>>1;
            ~^~
/in/foo.cc:70:13: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
    int mid=l+r>>1;
            ~^~
/in/foo.cc: In function 'int main()':
/in/foo.cc:98:12: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
   int mid=l+r>>1;
           ~^~
# 状态 耗时 内存占用
#1 Accepted 1ms 200.0 KiB
#2 Accepted 4ms 460.0 KiB
#3 Accepted 7ms 460.0 KiB
#4 Accepted 1ms 320.0 KiB
#5 Accepted 8ms 556.0 KiB
#6 Accepted 1ms 200.0 KiB
#7 Accepted 1ms 332.0 KiB
#8 Accepted 2ms 332.0 KiB
#9 Accepted 2ms 328.0 KiB
#10 Accepted 2ms 332.0 KiB
#11 Accepted 3ms 324.0 KiB

信息

递交者
类型
递交
题目
SZN
语言
C++
递交时间
2019-10-23 20:36:17
评测时间
2019-10-23 20:36:17
评测机
分数
100
总耗时
37ms
峰值内存
556.0 KiB