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

相关文章: