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:
@@ -247,7 +247,7 @@ void Problem67::invert(){
|
||||
}
|
||||
|
||||
//Constructor
|
||||
Problem67::Problem67() : Problem("Find the maximum total from the top to the bottom of the pyramid."){
|
||||
Problem67::Problem67() : Problem("Find the maximum total from the top to the bottom of the pyramid."), actualTotal(0){
|
||||
}
|
||||
|
||||
//Solve the problem
|
||||
|
||||
Reference in New Issue
Block a user