diff --git a/greedy_algorithms/jumpgame.cpp b/greedy_algorithms/jumpgame.cpp index 7699abdc7..64b82c1a9 100644 --- a/greedy_algorithms/jumpgame.cpp +++ b/greedy_algorithms/jumpgame.cpp @@ -19,6 +19,6 @@ bool canJump(std::vector nums) { int main(){ //Sample test case std::vector num={4,3,1,0,5}; - cout<