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