import std.stdio; import std.ascii; import std.range; import std.array; import std.functional; import std.algorithm; import std.conv; import std.container; import std.math; import std.numeric; import std.string; import std.random; import std.regex; import std.typecons; void main() { int a, b; scanf("%d %d\n", &a, &b); if (a < b) { writefln("%d", b - 2); } else { assert(a > b); writefln("%d", 2000000000 - b - 1); } }