"#include <algorithm>""using namespace std""next_permutation(a,a+9)"
这三个句子分别是什麽意思?谢谢了
第1句包含头文件.. 将algorithm文件在此展开..第2句包含命名空间std第3句是函数调用, 含2个参数a, a+9