ios::sync_with_stdio(false); cin.tie(0);cout.tie(0);
cin cout解锁使用时,不能与 scanf,getchar, printf,cin.getline()混用。