mirror of
https://bitbucket.org/Mattrixwv/projecteulercpp.git
synced 2025-12-06 17:13:59 -05:00
Added solution to problem 35
This commit is contained in:
@@ -45,7 +45,7 @@ public:
|
||||
virtual void solve(); //Solve the problem
|
||||
virtual void reset(); //Reset the problem so it can be run again
|
||||
//Gets
|
||||
virtual std::string getResult(); //Return a string witht he solution to the problem
|
||||
virtual std::string getResult(); //Return a string with the solution to the problem
|
||||
std::vector<int> getFactorials(); //Returns the list of factorials from 0-9
|
||||
int getSum(); //Returns the sum of all numbers equal to the sum of their digit's factorials
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user