第15行
```cpp
while(l<=r && a[q[r]]<a[i])
```
中的
```cpp
a[q[r]]<a[i]
```
< 应改为 <=
题目说了
第一个 **大于** ai的元素
by 缪凌锴_Mathew @ 2022-08-16 12:07:47
@[缪凌锴_Mathew](/user/372409) 谢谢大佬
by Reply_ @ 2022-08-16 16:07:54