fork download
  1.  
  2. n = 1
  3. i = 1
  4.  
  5. while i <= 30 :
  6. n = n*i
  7. print(n)
Time limit exceeded #stdin #stdout 5s 5908KB
stdin
1
2
10
42
11
stdout
Standard output is empty