#include <stdio.h>
int main()
{
unsigned int a,b;
scanf("%d %d",&a,&b);
printf("%d\n",(b/2-(a+1)/2+1));
return 0;
}
垃圾
這提很簡單耶......
需要出解答嗎?