12345678910111213
// forth2 #include <iostream> #include <string> using namespace std; int main() { string matestring; matestring="asd"; cout << matestring << end1; matestring="hi"; cout << matestring << end1; return 0; }