SEARCH is a program which searches the integers from A to B for the solution to the equation F(J) = C.
The program given here is sequential. Your task is to create a version that uses MPI to run faster, in parallel.
Your revised program should report the wall clock time measured by MPI_Wtime().