Programming/C++

[C++] cin, cout 시간 줄이기

몽땅마니아(MDD) 2021. 9. 20. 22:20
ios::sync_with_stdio(0);
cin.tie(0);
cout.tie(0);