[Помощ] Array Slider from Advanced C# Exam 19 July 2015
Някой може ли да ми каже, защо като сложа този код в judge-a http://pastebin.com/LReK3VFK и ми дава тази грешка:
Compiled file is missing. Compiler output: C:\Windows\TEMP\tmp8DE4.tmp(38,40): error CS0246: The type or namespace name 'BigInteger' could not be found (are you missing a using directive or an assembly reference?)
C:\Windows\TEMP\tmp8DE4.tmp(38,94): error CS0246: The type or namespace name 'BigInteger' could not be found (are you missing a using directive or an assembly reference?)
по принцип си прав ама видях, че става с този код в judga иреших да го пробвам. трябва да добавя using Numerals ли?
За Visual Studio 2015
Right-click на проекта в Solution Explorer-а. Add -> Reference -> Assemblies -> Framework и слагаш една отметка на System.Numerics ;)