protected string GetInput() { return(AoCHelper.ReadFile(Num)); }
protected string[] GetInputArr() { return(AoCHelper.ReadFileArr(Num)); }