约会II

#include <stdio.h>     
int main()
{   
    int a,b;   
    while(scanf("%d %d",&a,&b)!=EOF&&(a||b))
    {   
        printf("%d\n",b/3-(a-1)/3);   
    }   
    return 0;   
}

 

posted on 2019-08-16 21:15  随便看看——  阅读(104)  评论(0)    收藏  举报

导航