为什么
ios::sync_with_stdio(false),cin.tie(false),cout.tie(false);
会编译失败 但是
ios::sync_with_stdio(0),cin.tie(0),cout.tie(0);
就好了