알고리즘/문법

[C++] cin, cout 속도개선

be-lgreen 2021. 10. 2. 20:04
ios_base::sync_with_stdio(false);
cin.tie(NULL);
cout.tie(NULL);