#include <iostream> · #include <vector> · void show_vector(const std::vector<int> &vec=std::vector<int>{1,2,3}) · { · for(const auto a:vec)std::cout<<a<<' ';. } · }.
確定! 回上一頁