#include <stdio.h>

main() 
{
  int year;
  
  
  for (year=1900, year<=1950; year=year+1)
      
      printf ("%d\t%d\n", year, bisestile);
   
}