_ _ b u i l t i n _ p o p c o u n t ( x ) \_\_builtin\_popcount(x) __builtin_popcount(x)
_ _ b u i l t i n _ p o p c o u n t l l ( x ) \_\_builtin\_popcountll(x) __builtin_popcountll(x)
n t h _ e l e m e n t ( a + 1 , a + 1 + K , a + 1 + N ) nth\_element(a+1,a+1+K,a+1+N) nth_element(a+1,a+1+K,a+1+N)
需要头文件以及命名空间 #include"ext/rope" using namespace __gnu_cxx;