POJ 2236 Wireless Network

来源:互联网 发布:税务申报软件 编辑:程序博客网 时间:2024/06/03 17:04

题目:
A - Wireless Network
Time Limit:10000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64u
Submit

Status
Description
An earthquake takes place in Southeast Asia. The ACM (Asia Cooperated Medical team) have set up a wireless network with the lap computers, but an unexpected aftershock attacked, all computers in the network were all broken. The computers are repaired one by one, and the network gradually began to work again. Because of the hardware restricts, each computer can only directly communicate with the computers that are not farther than d meters from it. But every computer can be regarded as the intermediary of the communication between two other computers, that is to say computer A and computer B can communicate if computer A and computer B can communicate directly or there is a computer C that can communicate with both A and B.

In the process of repairing the network, workers can take two kinds of operations at every moment, repairing a computer, or testing if two computers can communicate. Your job is to answer all the testing operations.
Input
The first line contains two integers N and d (1 <= N <= 1001, 0 <= d <= 20000). Here N is the number of computers, which are numbered from 1 to N, and D is the maximum distance two computers can communicate directly. In the next N lines, each contains two integers xi, yi (0 <= xi, yi <= 10000), which is the coordinate of N computers. From the (N+1)-th line to the end of input, there are operations, which are carried out one by one. Each line contains an operation in one of following two formats:
1. “O p” (1 <= p <= N), which means repairing computer p.
2. “S p q” (1 <= p, q <= N), which means testing whether computer p and q can communicate.

The input will not exceed 300000 lines.
Output
For each Testing operation, print “SUCCESS” if the two computers can communicate, or “FAIL” if not.
Sample Input
4 1
0 1
0 2
0 3
0 4
O 1
O 2
O 4
S 1 4
O 3
S 1 4
Sample Output
FAIL
SUCCESS

题目大意: 给你n台坏掉的电脑,让你修理电脑,并且询问两台修好的电脑之间的距离是否小于d

#include <stdio.h>#include <algorithm>#include <iostream>#define N 10000using namespace std;int n,d,fi[N],se[N],computer,computer2;int f[N],repair[N];void intit(int n){    for(int i=0;i<=n;i++)    {        f[i]=i;        repair[i]=0;    }}int find_father(int x){    if(x==f[x])        return x;    else return find_father(f[x]);}void unin(int x,int y){    int xx,yy;    xx= find_father(x);    yy= find_father(y);    if(xx!=yy)        f[yy]=xx;    //dis[yy][xx]++;}int judge(int cop1,int cop2){    int disx=fi[cop1]-fi[cop2];    int disy=se[cop1]-se[cop2];    if((disx*disx+disy*disy) <=d*d)        return 1;    else        return 0;}int main(){    scanf("%d %d",&n,&d);    intit(n);    for(int i=1;i<=n;i++)    {        scanf("%d %d",&fi[i],&se[i]);  //一开始输入的是每台电脑的坐标,亲们别搞错了。    }    char op;    while(cin>>op)    {            if(op=='O')            {                scanf("%d",&computer);                repair[computer]=1;                for(int i=1;i<=n;i++)                {                    if(i!=computer&&repair[i]==1&&judge(i,computer))                        unin(i,computer);  //把修好的电脑并且满足条件的电脑连接。                }            }            else if(op=='S')            {                scanf("%d %d",&computer,&computer2);                if(find_father(computer)==find_father(computer2))                        printf("SUCCESS\n");                    else printf("FAIL\n");            }    }    return 0;}写的不好,请多提宝贵意见!!!
0 0
原创粉丝点击
热门问题 老师的惩罚 人脸识别 我在镇武司摸鱼那些年 重生之率土为王 我在大康的咸鱼生活 盘龙之生命进化 天生仙种 凡人之先天五行 春回大明朝 姑娘不必设防,我是瞎子 企业股东签名不符怎么办 电脑签字签不了怎么办 刘海的碎发怎么办 车牌号全是单数怎么办 品正通保车险超市怎么办营业执照 车辆咨询服务门市怎么办营业执照 被互盾科技骗了怎么办 家具生意不好怎么办啊 今年家具店生意不好怎么办 奶茶店位置不好怎么办 早餐店位置不好怎么办 木工做的不好怎么办 淘宝昵称改不了怎么办 淘宝店关门售后怎么办 店里生意不好怎么办?解决方案 淘宝店铺没有生意怎么办 淘宝店做大了应该怎么办 汽车维修没生意怎么办 淘宝买家具安装怎么办 投标时未记主材费结算时怎么办 不敢买自慰棒怎么办 车被扎了个洞怎么办 企业欠税交不起怎么办 组织代码查不到怎么办 u盾电量不足怎么办 对公账户拍照怎么办 个人怎么办对公账户 车辆超过年检日期怎么办 手机cpu负载过高怎么办 移动数据上网慢怎么办 服务器密码忘记了怎么办 网吧电脑卡死了怎么办 局域网连接不上怎么办 电脑没有dns地址怎么办 无法连接版本服务器怎么办 登录游戏就死机怎么办 亿企薪税保没有绑定企业怎么办 众筹如果不成功怎么办 淘宝被投诉商标权怎么办 茅台贴标褶皱怎么办 ins取不了名字怎么办