This question already has an answer here:
I have read from a codeforces blog that if we add #include <bits/stdc++.h>
in a C++
program then there is no need to include any other header files. How does #include <bits/stdc++.h>
work and is it ok to use it instead of including individual header files?