fork download
  1. USING: formatting kernel io regexp ;
  2.  
  3. readln R/ [^HQ9]+/ re-contains?
  4. 0 =
  5. [ "NO" printf ]
  6. [ "YES" printf ]
  7. if
Success #stdin #stdout 1.37s 164864KB
stdin
Hsdge
stdout
YES