/ new_bzoj /

记录详情

Accepted

/in/foo.cc: In function 'int getint()':
/in/foo.cc:39:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if(w) return -X;return X;
     ^~
/in/foo.cc:39:21: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
     if(w) return -X;return X;
                     ^~~~~~
/in/foo.cc: In function 'bool dfs(int, int, int)':
/in/foo.cc:73:22: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
             int mid=l+r>>1;
                     ~^~
/in/foo.cc:83:22: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
             int mid=l+r>>1;
                     ~^~
/in/foo.cc: In function 'int main()':
/in/foo.cc:104: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 460.0 KiB
#4 Accepted 1ms 324.0 KiB
#5 Accepted 7ms 568.0 KiB
#6 Accepted 1ms 328.0 KiB
#7 Accepted 1ms 204.0 KiB
#8 Accepted 2ms 332.0 KiB
#9 Accepted 2ms 268.0 KiB
#10 Accepted 2ms 324.0 KiB
#11 Accepted 3ms 324.0 KiB

信息

递交者
类型
递交
题目
SZN
语言
C++
递交时间
2019-10-23 16:53:05
评测时间
2019-10-23 16:53:05
评测机
分数
100
总耗时
35ms
峰值内存
568.0 KiB