ios::sync_with_stdio(false);
cin.tie(0);//0可改成nullptr或NULL
cout.tie(0);