#include "fcpp.hh" int main () { const int n = 500000; bool prim[n]; // Initialisierung prim[0] = false; prim[1] = false; for (int i=2; i