【HDU - 5605】 geometry(水,数学题,推公式)
生活随笔
收集整理的這篇文章主要介紹了
【HDU - 5605】 geometry(水,数学题,推公式)
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
題干:
There is a point?PP?at coordinate?(x,y)(x,y).?
A line goes through the point, and intersects with the postive part of?X,YX,Yaxes at point?A,BA,B.?
Please calculate the minimum possible value of?|PA|?|PB||PA|?|PB|.
Input
the first line contains a positive integer T,means the numbers of the test cases.?
the next T lines there are two positive integers X,Y,means the coordinates of P.?
T=500T=500,0<X,Y≤100000<X,Y≤10000.?
Output
T lines,each line contains a number,means the answer to each test case.?
?
Sample Input
1 2 1Sample Output
4in the sample $P(2,1)$,we make the line $y=-x+3$,which intersects the positive axis of $X,Y$ at (3,0),(0,3).$|PA|=\sqrt{2},|PB|=2\sqrt{2},|PA|*|PB|=4$,the answer is checked to be the best answer.解題報告:
AC代碼:
#include<bits/stdc++.h>using namespace std;int main() {int t;cin>>t;while(t--) {int x,y;cin>>x>>y;printf("%d\n",2*x*y);}return 0 ;}?
總結(jié)
以上是生活随笔為你收集整理的【HDU - 5605】 geometry(水,数学题,推公式)的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 2017平安银行信用卡有效期:延长至8年
- 下一篇: 2021年应该如何投资?2021年有哪些