include [HTML_REMOVED]
include [HTML_REMOVED]
include [HTML_REMOVED]
include [HTML_REMOVED]
using namespace std;
int main()
{
int ia[6] = {27, 210, 12, 47, 109, 83};
vector [HTML_REMOVED]> vi(ia, ia + 6);
cout << count_if(vi.begin(), vi.end(),
notl(bind2nd(less[HTML_REMOVED](), 40)));
return 0;
}