/ new_bzoj /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:101:21: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
                     if(mid)sum=mid;l=mid+1;
                     ^~
/in/foo.cc:101:36: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
                     if(mid)sum=mid;l=mid+1;
                                    ^
/in/foo.cc:117:21: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
                     if(mid)sum=mid;l=mid+1;
                     ^~
/in/foo.cc:117:36: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
                     if(mid)sum=mid;l=mid+1;
                                    ^
# 状态 耗时 内存占用
#1 Accepted 5ms 14.555 MiB
#2 Accepted 250ms 46.941 MiB
#3 Accepted 245ms 46.938 MiB
#4 Accepted 8ms 18.777 MiB
#5 Accepted 7ms 16.699 MiB
#6 Accepted 81ms 38.703 MiB
#7 Accepted 115ms 42.941 MiB
#8 Accepted 160ms 46.633 MiB
#9 Accepted 190ms 46.176 MiB
#10 Accepted 194ms 46.938 MiB

信息

递交者
类型
递交
题目
对称的正方形
语言
C++
递交时间
2019-09-24 20:54:31
评测时间
2019-09-24 20:54:31
评测机
分数
100
总耗时
1260ms
峰值内存
46.941 MiB