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:
@@ -101,3 +101,9 @@ uint64_t Problem20::getSum() const{
|
||||
}
|
||||
return sum;
|
||||
}
|
||||
|
||||
void Problem20::reset(){
|
||||
Problem::reset();
|
||||
sum = 0;
|
||||
num = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user