day of the week of 2018 by rolf

d=hash(raw_input())%635%8
i=0
a=15662003
while a:
 i+=1;p="%02d:"%i;m=a%4+28
 while d<=m:p+=" %02d"%d;d+=7
 d-=m;a/=4;print p

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

To protect the system from spam, please input your favorite sport (hint: I believe its name must start with 'g', case insensitive)

download

return to the top page