- There will be no
classusage in this library, onlystructusages. - Everything will be wrapped in
namespace lib. - Every file will include only
bits/stdc++.h. - Only
cppfiles allowed.
// #include "<FILENAME>"
#include <bits/stdc++.h>
namespace lib {
using namespace std;
} // namespace lib
// end of #include "<FILENAME>"