#include #include int main() { long long a, b; scanf("%lld %lld",&a, &b); printf("%lld\n",llabs(a-b)); return 0; }