摘要:
A - Tanya and Stairways CodeForces - 1005A B - Delete from the Left CodeForces - 1005B C - Summarize to the Power of Two D - Polycarp and Div 3 CodeFo 阅读全文
摘要:
此函数在: #include<algorithm> 头文件下 它是按字典序对数组生成排列 所以在使用前要将数组排序。 举个栗子: sort(p, p+n); // 排序,得到p的最小排列 do { for(int i = 0; i < n; i++) printf("%d ", p[i]); // 阅读全文