#include int main() { int a,b; char s[11]; std::cin >> a >> b >> s; std::cout << a+b << " " << s << std::endl; }