加速cin的技巧

 ios::sync_with_stdio(false);
cin.tie(0); 
把cin变得和scanf一样快。
原文地址:https://www.cnblogs.com/widsom/p/6741510.html