- or download this
#include <map>
#include <stdio.h>
...
printf("The number of primes below %i is %i\n", $UPPER, $count);
}
- or download this
#define our(x) std::map<int,int> x
- or download this
#include <vector>
#define our(x) std::vector<int> x($UPPER)