Random point in a circle
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Print a point chosen uniformly at random inside the circle of radius centered at .
Input
One line contains three integers , and .
Output
Print lines. Each line must contain two real numbers and , where is a uniformly chosen point strictly inside the circle of radius centered at .
Examples
Input #1
Answer #1
Submissions 399
Acceptance rate 25%