#include int main(){ long right,left; scanf("%ld%ld",&right,&left); right *= -1; left *= -1; long ans = (right - left) * -1; printf("%ld",ans); }