C++ Misc

06 Aug 2020

Post Tags

C/C++

Performance enhancement

cin

ios::sync_with_stdio(false); cin.tie(0);


Post Tags

C/C++