Write a function that tells if the integer number @x@ is present in the vector of integer numbers @v@.
In order to compare the efficiency of your solution against the efficiency of the solution of the Judge, start searching for @x@ from the lowest positions.
| C++ | |
| C | |
| Java | |
| Python | |
|
You only need to submit the required procedure; your main program will be ignored.