stdio.h ,conio.h ,string .h, ctype.h,iostream.h

stdio.h ,conio.h ,string .h, ctype.h,iostream.h

Do these libraries work for c++ in codechef editor, if so then how?
Please answer. Its urgent.

Instead of including all libraries, just use

#include<bits/stdc++.h>

It contains all these libraries by default. No need to write 10-20 lines of include :slight_smile: