2020.11.18. Színház programozás feladat megoldása
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; namespace _2019_03_06 { class Program { static int sor = 7; static int oszlop = 8; static int [,] tomb = new int [sor, oszlop]; static void feladat1() { StreamReader sr = new StreamReader ( "nezok.txt" ); string [] atmeneti; ...