#include using namespace std; typedef long long ll; typedef pair P; #define REP(i,n) for(int i=0;i> A >> B; cout << abs(A-B) << endl; return 0; }