当前的话表示XXX吃XXX就是假话。
if((op==2&&x==y)||x>n||y>n){ ans++; continue; }
请勿写成
if(x==y||x>n||y>n){ ans++; continue; }