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