I have just configured c/c++ in netbeans on ubuntu and when i try to use std::pair it seems that the compiler cannot find it that is very strange the default version of c++ is c++11 that a slice of my code
int n, k;
cin >> n>>k;
vector<pair<int,int> > x(n);
thanks in advance