#include #include int main(){ int a,b; scanf("%d%d",&a,&b); if(ab){ printf("-%d\n",a-b); }else if(a==b){ printf("0\n"); } return 0; }