Problem link: https://codeforces.com/problemset/problem/1244/C
Question 1.
In the video, at 5:38 we get y%w’ = (p’ % w’)/(d’ % w’) which means y < w , but how do we know that y < w ?
Question 2.
How the below statement from the codeforces editorial(https://codeforces.com/blog/entry/70553) is true? It is not clear to me.
“The crucial observation is that d wins give us the same amount of points as w draws”
Help please