Showing posts with label pre-compiled-headers. Show all posts
Showing posts with label pre-compiled-headers. Show all posts

Sunday, August 28, 2016

Quick Compilation of bits/stdc++.h header for competitive coding

If you are using bits/stdc++.h header to include all the header files at once, then probably you are also facing compilation time of about 8 to 10 seconds. This compilation time is long during contest, as you need to get the output fast to go with the Read-Eval-Print-Loop( REPL ) approach, and it can be frustrating at times.