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