1. 程式人生 > >cin,cout輸入輸出加速

cin,cout輸入輸出加速

ios span false ostream pre with int body syn

#include <iostream>

int main() 

{

    std::ios::sync_with_stdio(false);

    std::cin.tie(0);

    // IO

}

cin,cout輸入輸出加速