fork download
  1. USING: io kernel math math.parser ;
  2.  
  3. readln string>number
  4. dup 5 / swap 25 / +
  5. number>string print
Success #stdin #stdout 0.18s 163968KB
stdin
25
stdout
6