Month Name by hogeover30

a[];main(i,s){for(;~scanf("%d",&i);strftime(s,99,"%m %B",a)>5&&puts(s+(i<9)))a[4]=--i;}

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page