fork download
  1. USING: io kernel math math.parser ;
  2.  
  3. readln string>number
  4. dup
  5. *
  6. number>string print
  7.  
  8.  
Success #stdin #stdout 0.19s 163968KB
stdin
5
stdout
25