using System; public class Trinary { public static int ToDecimal(string trinary) { throw new NotImplementedException("You need to implement this function."); } }