#include using namespace std; int main(void){ string a,b; cin>>a>>b; string s=a+b; if(s=="-00"){ cout<<0<