mirror of
https://bitbucket.org/Mattrixwv/projecteulercpp.git
synced 2025-12-06 17:13:59 -05:00
Updated various typoes and removed some unneeded code
This commit is contained in:
@@ -34,7 +34,8 @@ class Problem17 : public Problem{
|
||||
private:
|
||||
//Variables
|
||||
//Static variables
|
||||
static int TOP_NUM; //This is the largest number to get the words of
|
||||
static int START_NUM; //This is the smallest number to get the words of
|
||||
static int STOP_NUM; //This is the largest number to get the words of
|
||||
//Instance variables
|
||||
uint64_t letterCount; //This is the cumulative number of letters in the words of the numbers
|
||||
|
||||
|
||||
Reference in New Issue
Block a user