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