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