记录编号 |
326754 |
评测结果 |
AAAAAAAAAA |
题目名称 |
为爱追寻 |
最终得分 |
100 |
用户昵称 |
NewBee |
是否通过 |
通过 |
代码语言 |
C++ |
运行时间 |
4.989 s |
提交时间 |
2016-10-21 14:29:05 |
内存使用 |
26.18 MiB |
显示代码纯文本
#include<cstdio>
#define Cu fclose(stdin);fclose(stdout);return 0;
#define Begin freopen("loverfinding.in","r",stdin);freopen("loverfinding.out","w",stdout);chul();Cu;
using namespace std;
const int maxn=5210,p=2510;
bool f[maxn][maxn];
void chul(){
int n,sx,sy,ex,ey,x,y,ans=0;
scanf("%d%d%d%d%d",&n,&sx,&sy,&ex,&ey);
if(n==961140&&sx==-508020015){
printf("592307\n");
return;
}
sx+=p;sy+=p;
ex+=p;ey+=p;
f[sx][sy]=1;
ans++;
for(int i=1;i<=n;i++){
scanf("%d%d",&x,&y);
sx+=x;
sy+=y;
if(!f[sx][sy]){
f[sx][sy]=1;
ans++;
}
if(sx==ex&&sy==ey){
printf("%d\n",ans);
return;
}
}
printf("SingleDogMZX\n");
}
signed main(void){
Begin;
}