#include using namespace std; int main() { cout << "String1" << endl; cout << "String2" << endl; return 0; }