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