#include using namespace std; int main(int argc, char* argv[]) { int A,B; cin>>A>>B; if (A==0 && B==0){ cout<<0<