/* Consider the fraction, n/d, where n and d are positive integers. If n #include #include #include "projecteuler.h" int main(int argc, char **argv) { int i, j, limit, count = 0; double elapsed; struct timespec start, end; clock_gettime(CLOCK_MONOTONIC, &start); /* For each denominator q, we need to find the fractions p/q for which * 1/3