fork download
  1. b%x|x<1=x|y<-div x 10=b*b%y+x-10*y
  2. f=sum.((10:)>>=zipWith(%))
  3.  
  4. main = print $ f [4, 12, 34, 20, 14, 6, 25, 13, 33]
Success #stdin #stdout 0s 4712KB
stdin
Standard input is empty
stdout
235