using namespace std; #include #include int main(){ string a,b;cin>>a>>b; cout << a << " + " << b << endl; return 0; }