ios::sync_with_stdio(false);
cin.tie(0); 
把cin变得和scanf一样快。
05-14 05:23