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