Algorithm
[Algorithm] <bits/stdc++.h>
eunyeong
2021. 1. 31. 18:24
1.
#include <bits/stdc++.h>
bits 폴더 안의 stdc++.h에 아래의 헤더들을 미리 include 해놓은 것과 같다.
#include <iostream>
#include <string>
#include <map>
#include <set>
#include <stack>
#include <vector>
#include <functional>
#include <algorithm>