[BOJ](Python) 15128번 : Congruent Numbers / 부동소수점 오차
www.acmicpc.net/problem/15128 15128번: Congruent Numbers Each input will consist of a single test case. Note that your program may be run multiple times on different inputs. Each test case will consist of a single line with four integers p1, q1, p2 and q2 (1 ≤ p1,q1,p2,q2 ≤ 100,000) where p1/q1 and p2/q2 are www.acmicpc.net Conruent Number이란 직각삼각형에서 선분의 길이가 유리수 일 때, 면적이 양의 정수인 것을 말한다. 지금 문제에선 빗변이..
컴퓨터/BOJ
2020. 9. 6.