This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#define __STDC__WANT__LTB__ 1 | |
#include<stdio.h> | |
#include<stdlib.h> | |
#include<stdbool.h> | |
#include<stdint.h> | |
#define CAP_INCR 10 | |
int main(void) | |
{ | |
uint64_t *pPrimes=NULL;//定义指针及变量 |