mirror of
https://bitbucket.org/Mattrixwv/projecteulercpp.git
synced 2025-12-06 17:13:59 -05:00
Added descriptions to problems that didn't have any
This commit is contained in:
@@ -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(){
|
||||
|
||||
Reference in New Issue
Block a user