/* Write a function to check if an * array contains a particular number. */ bool check(std::vector arr, int el) { for(int i = 0;i