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:
@@ -253,6 +253,7 @@ void Problem13::reserveVectors(){
|
||||
//Constructor
|
||||
Problem13::Problem13() : Problem("Work out the first ten digits of the sum of the one-hundred 50-digit numbers"), sum(0){
|
||||
reserveVectors();
|
||||
sum = 0;
|
||||
}
|
||||
|
||||
//Solve the problem
|
||||
|
||||
Reference in New Issue
Block a user