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:
@@ -28,7 +28,7 @@
|
||||
#include "../Headers/Problem27.hpp"
|
||||
|
||||
|
||||
Problem27::Problem27(){
|
||||
Problem27::Problem27() : Problem("Considering quadratics of the form n^2 + an + b, where |a| < 1000 and |b| <= 1000, find the product of the coefficients a and b that produce the maximum number of primes for consecutive values of n starting with n = 0."){
|
||||
topA = topB = topN = 0;
|
||||
primes = mee::getPrimes((int64_t)(12000));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user