fork download
  1. # coding: utf-8
  2. map(lambda x:x**2, filter(lambda x:x%2==1, xrange(1,100000000)))
Success #stdin #stdout 0.64s 1291264KB
stdin
Standard input is empty
stdout
Standard output is empty