cin,cout输入输出加速

#include <iostream>

int main() 

{

    std::ios::sync_with_stdio(false);

    std::cin.tie(0);

    // IO

}

 

posted @ 2018-01-14 02:26  痞子熊  阅读(358)  评论(0编辑  收藏  举报