Help for this page

Select Code to Download


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