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