using namespace std;
int main()
{
}
stdc++.h allows us to include the entire standard library so I don't need to include each separate header files such as vector, iostream, algorithm and so on.
but it is only for competitive programming not for a professional developer.
No comments:
Post a Comment