diff --git a/greedy_algorithms/jumpgame.cpp b/greedy_algorithms/jumpgame.cpp index 9d9d8aec4..9dfc7fcdb 100644 --- a/greedy_algorithms/jumpgame.cpp +++ b/greedy_algorithms/jumpgame.cpp @@ -47,7 +47,7 @@ static void test(){ std::cout< num2={3,2,1,0,4}; assert(canJump(num2)==false); std::cout<<"Input: ";