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