# قراءة المدخل من stdin A, B = map(int, input().split()) # حساب المجموع result = A + B # طباعة النتيجة مع إضافة سطر جديد print(result)