#include using namespace std; #define int long long int32_t main(){ int a,b; cin>>a>>b; if(a==0&&b==0){ cout<<0<