any_of(v.begin(),v.end(),[](int x){return x%2==0;});
//it returns boolean value