#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; }
约会II
原文:https://www.cnblogs.com/zzjam--1/p/11366395.html