mirror of
https://bitbucket.org/Mattrixwv/projecteulercpp.git
synced 2025-12-06 17:13:59 -05:00
Added solution to problem 37
This commit is contained in:
@@ -40,6 +40,7 @@ private:
|
||||
std::vector<int> palindromes; //All numbers that are palindromes in base 10 and 2
|
||||
int sum; //The sum of all elements in the vector palindromes
|
||||
public:
|
||||
//Functions
|
||||
//Constructor
|
||||
Problem36();
|
||||
//Operational functions
|
||||
|
||||
Reference in New Issue
Block a user