all stats

otesunki's stats

guessed the most

namecorrect guessesgames togetherratio

were guessed the most by

namecorrect guessesgames togetherratio

entries

round #37

submitted at
1 like

guesses
comments 0

post a comment


cg37.c ASCII text, with no line terminators
1
root(n,r){return--n%--r+1;}

round #18

submitted at
2 likes

guesses
comments 0

post a comment


ly.ly ASCII text, with no line terminators
1
01    Ly    p[s:u+52*olr]

round #14

submitted at
2 likes

guesses
comments 0

post a comment


cg14.py ASCII text
1
2
3
4
5
6
#!/usr/bin/env python3
def entry(a,b):
 dot=0
 for(a,b)in zip(a,b):
  dot+=a*b
 return dot