lolblach333

Untitled

Apr 15th, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. using System;
  2.  
  3.  
  4. namespace Matrix_Calculations
  5. {
  6. class Program
  7. {
  8. static void Main(string[] args)
  9. {
  10. string[] Name = Console.ReadLine().Split(new char[] { ' ' });
  11. for(int i = 0; i < Name.Length; i++)
  12. {
  13. Console.WriteLine(Name[i]);
  14. }
  15. }
  16. }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment