/ new_bzoj /

记录详情

Accepted

/in/foo.cc: In function 'void dfs(int, int)':
/in/foo.cc:50:20: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
         int tmid=tl+tr>>1; bool fg=0;
                  ~~^~~
/in/foo.cc:53:13: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
             if(i==tmid) i++; if(j==tmid) j--;
             ^~
/in/foo.cc:53:30: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
             if(i==tmid) i++; if(j==tmid) j--;
                              ^~
/in/foo.cc: In function 'int main()':
/in/foo.cc:76:14: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
         mid=l+r>>1; flag=0;
             ~^~
# 状态 耗时 内存占用
#1 Accepted 1ms 324.0 KiB
#2 Accepted 5ms 460.0 KiB
#3 Accepted 7ms 588.0 KiB
#4 Accepted 1ms 324.0 KiB
#5 Accepted 9ms 580.0 KiB
#6 Accepted 1ms 324.0 KiB
#7 Accepted 1ms 332.0 KiB
#8 Accepted 1ms 328.0 KiB
#9 Accepted 2ms 328.0 KiB
#10 Accepted 2ms 328.0 KiB
#11 Accepted 3ms 448.0 KiB

信息

递交者
类型
递交
题目
SZN
语言
C++
递交时间
2019-11-25 12:31:35
评测时间
2019-11-25 12:31:35
评测机
分数
100
总耗时
38ms
峰值内存
588.0 KiB