39432023-03-06 09:27:34CsongiToronyépítés (1,1,3,3)csharpForditási hiba
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace toronyepites
{
    class Program
    {
        static void Main(string[] args)
        {
            int[] be;
            be[0] = Convert.ToInt32(Console.ReadLine());

        }
    }
}
Forditási hiba
exit status 1
Compilation failed: 1 error(s), 0 warnings
main.cs(13,13): error CS0165: Use of unassigned local variable `be'
Exited with error status 1