mirror of
https://bitbucket.org/Mattrixwv/projecteulercpp.git
synced 2025-12-07 01:23:57 -05:00
Updated various typoes and removed some unneeded code
This commit is contained in:
@@ -36,8 +36,8 @@ private:
|
||||
//Static variables
|
||||
static uint64_t GOAL_DIVISORS; //The number of divisors that you want
|
||||
//Instance variables
|
||||
int64_t sum; //The sum of the numbers up to counter
|
||||
int64_t counter; //The next number to be added to sum
|
||||
int64_t sum; //The sum of the numbers up to counter
|
||||
int64_t counter; //The next number to be added to sum
|
||||
std::vector<int64_t> divisors; //Holds the divisors of the triangular number sum
|
||||
public:
|
||||
//Constructor
|
||||
|
||||
Reference in New Issue
Block a user