#include using namespace std; int main() { int i,j; int x; char str[10]; cin >> i >> j; cin >> str; x=i+j; cout << x << " " << str; return 0; }