12345678
#include <iostream> #include <string> int main() { std::string name = "Hello!" std::cout << name << std::endl; }