using System.Collections.Generic;
using System.Text.RegularExpressions;
public static void Main(string[] args)
Random rnd = new Random();
int[] arr = new int[10] { 1, 2, 3, 4, 5, 5, 5, 5, 5, 5 };
Console.Write("Игрок под номером ");
Console.Write(" имеет роль:");
Console.WriteLine(" мафия");
Console.WriteLine(" дон");
Console.WriteLine(" комиссар");
Console.WriteLine(" доктор");
else Console.WriteLine(" мирный");
static int[] pop(int[] arr, int r, int l)