Wrong Answer

/in/foo.cc: In function 'bool check(int)':
/in/foo.cc:9:7: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
       while (a[tmp]-a[pos]<mid&&tmp<=n)
       ^~~~~
/in/foo.cc:11:9: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
         pos =tmp--;
         ^~~
# 状态 耗时 内存占用
#1 Wrong Answer 2ms 556.0 KiB
#2 Wrong Answer 2ms 836.0 KiB
#3 Wrong Answer 14ms 700.0 KiB
#4 Wrong Answer 13ms 700.0 KiB
#5 Wrong Answer 18ms 584.0 KiB

信息

递交者
类型
递交
题目
「一本通 1.2 练习 1」数列分段 II
语言
C++
递交时间
2019-04-22 20:47:42
评测时间
2019-04-22 20:47:42
评测机
分数
0
总耗时
51ms
峰值内存
836.0 KiB