fork download
  1. while kot
  2. wyraz = kot().split()
  3. wyrazy=wyraz[0]
  4. ciag=wyraz[1]
  5. lista = list(wyrazy)
  6. if sorted(wyrazy.lower())==sorted(ciag.lower())
  7. puts "TAK"
  8. else
  9. puts "NIE"
  10. end
  11. end
Runtime error #stdin #stdout 0s 4760KB
stdin
Standard input is empty
stdout
Standard output is empty