TopCoder

ItzYouLingTW
資研社的大家好ouo/ <br>

User's AC Ratio

100.0% (1/1)

Submission's AC Ratio

50.0% (1/2)

Tags

Description

請找出一組總和最小的正整數三元組 $(a, b, c)$ 滿足:
1. $a < b < c$
2. $\frac{a}{b + c} + \frac{b}{a + c} + \frac{c}{a + b} = 4$

Input Format

Output Format

輸出三行,依序輸出 $a, b, c$

Sample Input 1


        

Sample Output 1


        

Hints

Problem Source

Subtasks

No. Testdata Range Score

Testdata and Limits

No. Time Limit (ms) Memory Limit (VSS, KiB) Output Limit (KiB) Subtasks
0 1000 65536 65536