Advertisement
Guest User

Untitled

a guest
Nov 17th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. using System;
  2. using System.Linq;
  3.  
  4. namespace CasinoName
  5. {
  6. class Program
  7. {
  8. static void Main()
  9. {
  10.  
  11. int[] numbers = Console.ReadLine().Split().Select(int.Parse).ToArray();
  12. }
  13.  
  14.  
  15. }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement