【链接】
【题意】在这里输入题意
【题解】
分类在区间里面和左边、右边三种情况。 看看l的左边有没有标签、r的右边有没有标签。 就能做完了。
【代码】
#includeusing namespace std;int n,pos,l,r;int main(){ #ifdef LOCAL_DEFINE freopen("rush_in.txt", "r", stdin); #endif ios::sync_with_stdio(0),cin.tie(0); cin >> n >> pos >>l>>r; int temp1 = 1000,temp2 = 1000; if (r!=n){ temp2 = r-pos; } if (l!=1){ temp1 = pos-l; } if (l<=pos&&pos<=r){ if (temp1==1000 && temp2==1000) return cout<<0< r){ ans+=pos-r; ans++; if (temp1!=1000){ ans+=r-l; ans++; } }else{//pos