Skip to content

Instantly share code, notes, and snippets.

View MSC19950601's full-sized avatar
🤒
Out sick

Ellery Queen MSC19950601

🤒
Out sick
View GitHub Profile
#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;//定义指针及变量