" <bits/stdc++.h> is a header file in c++ which includes every necessary files in our programm. "
I found this from an article. But I'm confused when should we have to use this header file.
Case 1. If we want to write less lines of code.
Case 2. When have to do get fast compilation and execution of a large amount of input/output data.