accelerated c++ 1.2

#include<iostream> #include<string> int main() { std::cout << "Please enter your first name: "; std::string name; std::cin >> name; const std::string greeting = "Hello, " + name + "!"; const
相关文章
相关标签/搜索