fork download
  1. USING: formatting io kernel locals math math.functions math.parser ;
  2. readln string>number
  3. dup
  4. *
  5. number>string print
Success #stdin #stdout 1.3s 164864KB
stdin
3
stdout
9