Please read the new rule regarding the restriction on the use of AI tools. ×

riddikulus's blog

By riddikulus, history, 9 years ago, In English

i need a collection of library function.. language c++. for contest it is helpful i think...

  • Vote: I like it
  • -28
  • Vote: I do not like it

»
9 years ago, # |
  Vote: I like it 0 Vote: I do not like it

Like this???

#include <iostream>
#include <fstream>
#include <algorithm>
#include <cmath>
#include <string>
#include <set>
#include <iterator>
#include <map>
#include <cstring>
#include <ctime>
#include <cstdlib>
#include <vector>
#include <cassert>
#include <queue>
#include <deque>

You can just write #include <bits/stdc++.h>