记录编号 |
49817 |
评测结果 |
AAAAAAAAAA |
题目名称 |
喜欢摇头的数学牛 |
最终得分 |
100 |
用户昵称 |
TBK |
是否通过 |
通过 |
代码语言 |
C++ |
运行时间 |
8.478 s |
提交时间 |
2012-11-09 13:36:52 |
内存使用 |
19.29 MiB |
显示代码纯文本
#include <iostream>
#include <cmath>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <string>
#include <set>
#include <queue>
#include <algorithm>
#define MAXN 0x7fffffff
using namespace std;
int a[1100000],b,c,d,l,m,n;
bool bo[15500000];
int main(void)
{
freopen("tinkle.in","r",stdin);
freopen("tinkle.out","w",stdout);
for (b=2;b<15500000;b++)
if (bo[b]==false)
{
for (c=b;c<15500000;c+=b) bo[c]=true;
a[n]=b;
n++;
}
scanf("%d%d",&b,&c);
if (b-1<c)
{
for (d=0;d<=c*2;c++)
if (d!=b-1) printf("%d ",a[d]);
}
else
{
for (d=b-c-1;d<b+c;d++)
if (d!=b-1) printf("%d ",a[d]);
}
fclose(stdin);
fclose(stdout);
return 0;
}