... 4 #include <vector> 5 #include <cassert> 6 7 int main() 8 { 9 std::string dogtypes = "mongrel, puppy, whelp, hound"; 10 std::vector<std::string> dogs; ...
確定! 回上一頁