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:
@@ -36,7 +36,7 @@ Which starting number, under one million, produces the longest chain?
|
||||
|
||||
|
||||
//This is the top number that you will be checking against the series
|
||||
uint64_t Problem14::MAX_NUM = 999999;
|
||||
uint64_t Problem14::MAX_NUM = 1000000 - 1;
|
||||
|
||||
//This function follows the rules of the sequence and returns its length
|
||||
uint64_t Problem14::checkSeries(uint64_t num){
|
||||
|
||||
Reference in New Issue
Block a user