BITS/STDC++.H

This is a non-standard, all-in-one header file provided by GCC (GNU Compiler Collection). It includes nearly all the standard C++ libraries like: IOSTREAM, VECTOR, MAP, ALGORITHM, CMATH, CSTRING, etc. It is mostly used in competitive programming for speed of writing and convenience.

Last updated