U614336 [CSP-J2019] 加工零件 Hack
题目描述
考虑一种情况,当 $1$ 号点被孤立,形如 $1\ L$ 的询问全应该输出 `No`。
Hack 数据生成器:
```cpp
#include
using namespace std;
#define ll long long
#define pii pair
const int N=1e5+10;
ll Rand(ll a,ll b){ return rand()%b+a;}
int main(){
ios::sync_with_stdio(false);
cin.tie(0),cout.tie(0);
srand(time(0));
ll n=Rand(3,1e5),m=n-1,q=Rand(100,1e5);
cout
输入格式
无
输出格式
无