Added descriptions to problems that didn't have any

This commit is contained in:
2020-06-06 18:17:13 -04:00
parent a841942741
commit 0f6f4fe0be
4 changed files with 18 additions and 18 deletions

View File

@@ -34,8 +34,8 @@
#include "Algorithms.hpp"
Problem29::Problem29(){
Problem29::Problem29() : Problem("How many distict terms are in the sequence generated by a^b for 2 <= a <= 100 and 2 <= b <= 100?"){
}
void Problem29::solve(){