3943 | 2023-03-06 09:27:34 | Csongi | Toronyépítés (1,1,3,3) | csharp | Forditá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());
}
}
}
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