//6.2.6可变参数函数.cpp #include using namespace std; int main(){ return 0; } void a(initializer_list x)