fork(2) download
  1. using System;
  2. using System.Linq;
  3.  
  4. public class Test
  5. {
  6. public static void Main() => new Test().Run();
  7.  
  8. void Run()
  9. {
  10. Console.WriteLine(s("апХчиЕмаЁ"));
  11. Console.WriteLine(s("МиномЁт"));
  12. Console.WriteLine(s("еёЁжикЕст"));
  13. Console.WriteLine(s("TeaseMePleaseMe"));
  14. }
  15.  
  16. string s(string x)=>new string(x.OrderBy(c=>(""+c).ToUpper()).ToArray());
  17. }
Success #stdin #stdout 0.01s 132160KB
stdin
Standard input is empty
stdout
ааЕЁимпХч
ЁиМмнот
еЕёЁжикст
aaeeeeeelMMPssT