#include using namespace std; int main() { int a, b; cin >> a >> b; if (a < b) cout << b-2 << endl; else cout << 2000000000 - b - 1 << endl; }