#44479: VERY EZ


1121232@stu.wghs.tp.edu.tw (Ian911436)


#include <bits/stdc++.h>
using namespace std;
 
int main() {
long long int a, b;
cin >> a >> b;
cout << abs(a-b);
 
}