Пожалуйста, прочтите новое правило об ограничении использования AI-инструментов. ×

Блог пользователя riddikulus

Автор riddikulus, история, 9 лет назад, По-английски

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

  • Проголосовать: нравится
  • -28
  • Проголосовать: не нравится

»
9 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

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>