0_0_30535954_8824.cpp: In function 'int main()': 0_0_30535954_8824.cpp:83:103: error: 'random_shuffle' was not declared in this scope vector<int> tmp; for(int i=1;i<=n;i++) tmp.push_back(i); random_shuffle(tmp.begin(), tmp.end()); ^