mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-08 04:59:21 +08:00
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:
@@ -1,4 +1,5 @@
|
||||
#include <bits/stdc++.h>
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
#include <algorithm>
|
||||
using namespace std;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user