AIwinter

Untitled

Feb 9th, 2023
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. * string s = "алщвш0ав93вауаусмчслщплкгораоаоаол3982";
  2. char[] res; */
  3.  
  4. //Console.WriteLine();
  5.  
  6. string line = Console.ReadLine();
  7. //Ваш код
  8. char[] res = line.ToCharArray();
  9. foreach (char r in res)
  10. Console.WriteLine(r);
Add Comment
Please, Sign In to add comment