#include using namespace std; int main(){ int A,B; cin >> A >> B; A -= 0-B; cout << A << endl; return 0; }