fork download
  1. h = {
  2. 'huy' => '123',
  3. 'pizda' => '456'
  4. }
  5.  
  6. puts "Вводи епта"
  7. p gets.chomp.split(/\s+/).map { |w| h[w] }.compact
Runtime error #stdin #stdout #stderr 0.02s 7404KB
stdin
huy pizda
stdout
Standard output is empty
stderr
prog.rb:6: invalid multibyte char (US-ASCII)
prog.rb:6: invalid multibyte char (US-ASCII)