알고리즘

[C++] BOJ 풀이시 속도 향상 방법

shj718 2021. 10. 30. 00:09
ios_base::sync_with_stdio(0); cin.tie(0); cout.tie(0);