fork download
  1. USING: io kernel math math.parser ;
  2.  
  3. readln string>number
  4. number>string 5 *
  5. number>string print
Runtime error #stdin #stdout 0.2s 163968KB
stdin
324
stdout
No suitable arithmetic method
left    "324"
right   5
generic *