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:
@@ -32,7 +32,7 @@
|
||||
|
||||
|
||||
//Holds the largest number that we are looking for
|
||||
uint64_t Problem2::TOP_NUM = 4000000;
|
||||
uint64_t Problem2::TOP_NUM = 4000000 - 1;
|
||||
|
||||
//Constructor
|
||||
Problem2::Problem2() : Problem("What is the sum of the even Fibonacci numbers less than 4,000,000?"), fullSum(0){
|
||||
|
||||
Reference in New Issue
Block a user