разрывается во время цикла, когда все кубики катятся с одинаковым числом
#c# #random #die Вопрос: using System; using System.Collections.Generic; namespace AnyDice { class Program { static void Main(string[] args) { int diceSides; int rollDie; int count = 0; bool keepRolling =…