当前位置:网站首页>SDUT 2877:angry_birds_again_and_again
SDUT 2877:angry_birds_again_and_again
2022-08-11 08:35:00 【51CTO】
angry_birds_again_and_again
Time Limit: 2000ms Memory limit: 65536K 有疑问?点这里^_^
题目描述
The problems called "Angry Birds" and "Angry Birds Again and Again" has been solved by many teams in the series of contest in 2011 Multi-University Training Contest.
This time we focus on the yellow bird called Chuck. Chuck can pick up speed and distance when tapped.
You can assume that before tapped, Chuck flies along the parabola. When tapped, it changes to fly along the tangent line. The Chuck starts at the coordinates (0, 0). Now you are given the coordinates of the pig (Px, 0), the x-coordinate of the tapping position (Tx) and the initial flying angle of Chuck (α).
∠AOx = α
Please calculate the area surrounded by Chuck’s path and the ground.(The area surrounded by the solid line O-Tapping position-Pig-O)
输入
The first line contains only one integer T (T is about 1000) indicates the number of test cases. For each case there are two integers, px tx, and a float number α.(0 < Tx ≤ Px ≤ 1000, 0 < α <
) .
输出
One line for each case specifying the distance rounded to three digits.
示例输入
示例输出
提示
来源
2014年山东省第五届ACM大学生程序设计竞赛
迷失在幽谷中的鸟儿,独自飞翔在这偌大的天地间,却不知自己该飞往何方……
题意:给出两个函数,定积分求区域面积。
边栏推荐
猜你喜欢
随机推荐
Analysis of the Status Quo of Enterprise Server Host Reinforcement
法律顾问成了律所鸡肋产品了吗?
向日葵安装教程--向日葵远程桌面控制
One network cable to transfer files between two computers
Getting Started with Kotlin Algorithms Calculating Prime Factors
Redis 只会用缓存?20种妙用让同事直呼牛X(荣耀典藏版)
零基础SQL教程: 主键、外键和索引 04
mysql数据查询因为查询的时间跨度过大导致cup爆满应该怎么办
pyqt5实现仪表盘
欧拉函数(用欧拉筛法求欧拉函数)
基础SQL——DDL
Features of LoRa Chips
《剑指offer》题解——week3(持续更新)
kali渗透测试环境搭建
【Day_13 0509】▲跳石板
golang 字符串操作
租房小程序
Kotlin算法入门求回文数数算法优化二数字生成规则
Hibernate 的 Session 缓存相关操作
2021-08-11 For loop combined with multi-threaded asynchronous query and collect results