Expected Ratio
CodeChefOpen on judge ↗
Problem Statement Let the probability of new child being a boy be p. So the probability that new child is girl is (1 – p). We need to find the ratio of expected number of boys and girls in the population. Print the answer in form a : b where gcd(a, b) = 1. Note that gcd(0, a) = gcd(a, 0) = a. Input section The first line contains an integer, T, denoting the number of test cases. Next T lines
HINT LADDERno hints yet
L1 Observation
L2 Technique
L3 Approach
L4 Pseudo-code
🔒
L5 Full solution
L5 unlocks only if you insist twice
solution.cppC++17
CodeSearch Tutor
Hints, not spoilers — it won’t hand over the full solution unless you insist.
Sign in to chat with the tutor and save your progress.
Sign in to start