摘要: a[l]>s a[r]<=s 若要判断相等,则 Code1 : if l!=n+1 && a[l]==s Code2 : if r!=0 && a[r]==s 阅读全文
posted @ 2018-05-25 08:37 congmingyige 阅读(947) 评论(0) 推荐(0)