JavaShuo
栏目
标签
Atcoder Grand 036 - A 叉积
时间 2021-01-12
标签
Atcoder
繁體版
原文
原文链接
<Atcoder Grand 036 - A> 叉积 https://atcoder.jp/contests/agc036/tasks/agc036_a 题意: 已知面积S,在第一象限内构造3个坐标,使得三点连线围成的三角形面积为S/2,打印坐标。 思路: S = ad - bc,先将一点定在原点(0,0),另外两点坐标是(a, b)和(c,d)。ad必然不小于S,初始化a = d = sqrt(
>>阅读原文<<
相关文章
1.
【AtCoder】AtCoder Grand Contest 045
2.
【AtCoder】AtCoder Grand Contest 046
3.
AtCoder Grand Contest 038
4.
AtCoder Grand Contest 008
5.
AtCoder Grand Contest 015
6.
AtCoder Grand Contest 034
7.
AtCoder Grand Contest 016
8.
AtCoder Grand Contest 014
9.
【AtCoder】AtCoder Grand Contest 032 题解
10.
AtCoder Grand Contest 013 C :Ants on a Circle
更多相关文章...
•
SQLite Join
-
SQLite教程
•
PHP array_product() 函数
-
PHP参考手册
•
算法总结-深度优先算法
•
算法总结-广度优先算法
相关标签/搜索
grand
atcoder
叉积
a'+'a
a+aa+aaa+a...a
分叉
MySQL教程
0
分享到微博
分享到微信
分享到QQ
每日一句
每一个你不满意的现在,都有一个你没有努力的曾经。
最新文章
1.
微软准备淘汰 SHA-1
2.
Windows Server 2019 Update 2010,20H2
3.
Jmeter+Selenium结合使用(完整篇)
4.
windows服务基础
5.
mysql 查看线程及kill线程
6.
DevExpresss LookUpEdit详解
7.
GitLab简单配置SSHKey与计算机建立连接
8.
桶排序(BucketSort)
9.
桶排序(BucketSort)
10.
C++ 桶排序(BucketSort)
本站公众号
欢迎关注本站公众号,获取更多信息
相关文章
1.
【AtCoder】AtCoder Grand Contest 045
2.
【AtCoder】AtCoder Grand Contest 046
3.
AtCoder Grand Contest 038
4.
AtCoder Grand Contest 008
5.
AtCoder Grand Contest 015
6.
AtCoder Grand Contest 034
7.
AtCoder Grand Contest 016
8.
AtCoder Grand Contest 014
9.
【AtCoder】AtCoder Grand Contest 032 题解
10.
AtCoder Grand Contest 013 C :Ants on a Circle
>>更多相关文章<<