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
相關文章
相關標籤/搜索