Browse Source

二分搜索算法的实现

webturing 4 years ago
parent
commit
b1dc481fca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      A.cpp

+ 1 - 1
A.cpp

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