#include using namespace std; int main(){ int A, B; scanf("%d%d",&A,&B); A -= -B; printf("%d\n",A); return 0; }