fork download
  1. A=lambda f:int(`f`*2)*f
  2. exec("print(A(int(input())));"*5)
Success #stdin #stdout 0.02s 9024KB
stdin
1
2
3
10
174
stdout
11
44
99
10100
30306276