#include using namespace std; #define int long long signed main(){ int A,B; cin>>A>>B; int C = (A+B)/2; if(abs(A-C) == 4) cout<