/ new_bzoj /

记录详情

Accepted

/in/foo.cc: In function 'int check1(int, int, int, int)':
/in/foo.cc:27:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
         if(l==x)l++;if(r==x)r--;
         ^~
/in/foo.cc:27:21: 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:22: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
             int mid=l+r>>1;
                     ~^~
/in/foo.cc:70:22: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
             int mid=l+r>>1;
                     ~^~
/in/foo.cc: In function 'int main()':
/in/foo.cc:98:18: 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 6ms 452.0 KiB
#4 Accepted 1ms 2.195 MiB
#5 Accepted 8ms 544.0 KiB
#6 Accepted 1ms 324.0 KiB
#7 Accepted 1ms 320.0 KiB
#8 Accepted 1ms 320.0 KiB
#9 Accepted 2ms 324.0 KiB
#10 Accepted 2ms 2.324 MiB
#11 Accepted 3ms 2.191 MiB

信息

递交者
类型
递交
题目
SZN
语言
C++
递交时间
2019-11-25 13:51:20
评测时间
2019-11-25 13:51:20
评测机
分数
100
总耗时
35ms
峰值内存
2.324 MiB