#include #define rep(i,n) for(int i=0; i<(n); i++) using namespace std; typedef long long ll; int main(){ int d1,d2; cin>>d1>>d2; if(d1==d2/2||d1==d2/2) cout << 4 << endl; else if(d1d2) cout << 0 << endl; else cout << 8 << endl; }