fork download
  1. #include <stdio.h>
  2.  
  3. main()
  4. {
  5. int year;
  6.  
  7.  
  8. for (year=1900, year<=1950; year=year+1)
  9.  
  10. printf ("%d\t%d\n", year, bisestile);
  11.  
  12. }
Success #stdin #stdout 0.01s 1708KB
stdin
Standard input is empty
stdout