C# Class LogicProblems.UglyNumbers

Inheritance: TestCaseHandler
Afficher le fichier Open project: eric7237cire/CodeJam Class Usage Examples

Méthodes publiques

Méthode Description
UglyNumbers ( ) : System
countUgly ( short n, long freq ) : void
getPossibilities ( string n, long &freq ) : void

Private Methods

Méthode Description
TestCaseHandler ( ) : string
mod ( string n ) : ushort

Method Details

UglyNumbers() public méthode

public UglyNumbers ( ) : System
Résultat System

countUgly() public méthode

public countUgly ( short n, long freq ) : void
n short
freq long
Résultat void

getPossibilities() public méthode

public getPossibilities ( string n, long &freq ) : void
n string
freq long
Résultat void