Edits #include directives

My computer doesn't seem to have the stdc++.h, so I tried changing it to the two headers really used.
This commit is contained in:
linus-xuzixuan
2018-04-22 00:52:40 +08:00
committed by GitHub
parent f9490839b6
commit 4fe2cf67b9

View File

@@ -1,4 +1,5 @@
#include <bits/stdc++.h>
#include <iostream>
#include <vector>
#include <algorithm>
using namespace std;