#include "bits/stdc++.h" using namespace std; signed main() { int a, c; cin >> a >> c; cout << c - a << endl; }