Added solution to problem 37

This commit is contained in:
2021-07-01 11:36:26 -04:00
parent ebdb92dc2f
commit fd54eb90d8
6 changed files with 217 additions and 3 deletions

View File

@@ -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