首页    新闻    小组    威客    人才    下载    博客    代码贴    在线编程    论坛
代码贴liangbch的代码贴C语言
#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
#include <math.h>
#include <limits.h>

int primes[] =
{
    2, 3, 5, 7, 11, 13, 17, 19,
    23, 29, 31, 37, 41, 43, 47, 53,
    59, 61, 67, 71, 73, 79, 83, 89,
    97, 101, 103, 107, 109, 113, 127, 131,
......................
阅读全部 | 2019年12月12日 13:48
1
liangbch