mirror of
https://bitbucket.org/Mattrixwv/projecteulercpp.git
synced 2025-12-06 17:13:59 -05:00
Added a benchmark tool
This commit is contained in:
@@ -35,7 +35,6 @@
|
||||
|
||||
|
||||
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(){
|
||||
@@ -118,3 +117,8 @@ std::vector<mpz_class> Problem29::getUnique() const{
|
||||
}
|
||||
return unique;
|
||||
}
|
||||
|
||||
void Problem29::reset(){
|
||||
Problem::reset();
|
||||
unique.clear();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user