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