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 @@
|
||||
uint64_t Problem7::NUMBER_OF_PRIMES = 10001;
|
||||
|
||||
Problem7::Problem7() : Problem("What is the 10001th prime number?"){
|
||||
|
||||
}
|
||||
|
||||
void Problem7::solve(){
|
||||
@@ -73,3 +72,7 @@ uint64_t Problem7::getPrime() const{
|
||||
}
|
||||
return *primes.end();
|
||||
}
|
||||
|
||||
void Problem7::reset(){
|
||||
Problem::reset();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user