Can you please help me out in finding where am i going worng.
Help rahul to search
can you plz tell me what’s this header file #include<bits/stdc++.h>
Hi @Kush_1312
It is a header file that includes every standard library. In competitive programming contests, using this file is a good idea, as it saves time to include other header files separately.
Hope it Helps.