Commit 17e4d46737653d36a477a7ee497e6332ae74fefc

Authored by Ronaldo Silva
Committed by GitHub
1 parent 33134ad729
Exists in main

Update LowerBound.cpp

Showing 1 changed file with 2 additions and 5 deletions Side-by-side Diff

BasicsOfArrayStringGreedyandBitManipulation/Vector-STL/LowerBound.cpp View file @ 17e4d46
... ... @@ -3,11 +3,8 @@
3 3 // Problem Description Link.
4 4 // https://www.hackerrank.com/challenges/cpp-lower-bound/copy-from/307592352
5 5  
6   -#include <cmath>
7   -#include <cstdio>
8   -#include <vector>
9   -#include <iostream>
10   -#include <algorithm>
  6 +#include <bits/stdc.h>
  7 +
11 8 using namespace std;
12 9  
13 10