#include using namespace std; int main(void) { int A, B; string ans; cin >> A >> B; cin >> ans; cout << A + B << endl; cout << ans << endl; }