fork download
  1. USING: formatting io kernel locals math math.functions math.parser ;
  2.  
  3. readln string>number
  4. number sq 3 * number + print
Runtime error #stdin #stdout 1.3s 164864KB
stdin
2
stdout
No suitable arithmetic method
left    number
right   number
generic *