博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Radar Installation
阅读量:5280 次
发布时间:2019-06-14

本文共 700 字,大约阅读时间需要 2 分钟。

1 #include
2 #include
3 #include
4 #include
5 #include
6 7 const int MAXN=10000; 8 using namespace std; 9 struct node10 {11 double x1,x2;12 } p[MAXN];13 bool cmp(node a,node b)14 {15 return a.x2
m) flag=1;30 double c=sqrt(m*m-y*y);31 p[i].x1=x+c;32 p[i].x2=x-c;33 }34 if(flag==1)35 {36 printf("Case %d: %d\n",ii,-1);37 continue;38 }39 sort(p,p+n,cmp);40 double c=p[0].x1;41 int t=1;42 for(int i=1; i
c)49 {50 t++;51 c=p[i].x1;52 }53 }54 printf("Case %d: %d\n",ii,t);55 }56 return 0;57 }
View Code

 

转载于:https://www.cnblogs.com/fanminghui/p/3238797.html

你可能感兴趣的文章
vue项目中开启Eslint碰到的一些问题及其规范
查看>>
循环队列实现
查看>>
CSS层模型
查看>>
springBoot 项目 jar/war打包 并运行
查看>>
HDU 1501 Zipper
查看>>
打包java程序生成exe
查看>>
八叉树
查看>>
poj 1129 搜索
查看>>
Git 远程仓库
查看>>
HttpClient的巨坑
查看>>
关于静态文本框透明度的问题
查看>>
海量数据、高并发的优化方案
查看>>
javascript的发展及个人笔记
查看>>
全选,反全选,反选,获取选中的值,根据子选择控制全选按钮
查看>>
梦断代码读后感01
查看>>
[CF#250 Div.2 D]The Child and Zoo(并查集)
查看>>
博客园博客插入公式
查看>>
hdu 1028 Ignatius and the Princess III(母函数入门+模板)
查看>>
Ubuntu下配置安装telnet server
查看>>
Codeforces 235 E Number Challenge
查看>>