que retorni cert si la fracció n1/d1 és estrictament menor que la fracció n2/d2.
Precondició
d1, d2 > 0.
Observació
Només cal enviar el procediment demanat;
el programa principal serà ignorat.
About statements
The official statement of a problem is always the one
in the PDF document. The HTML version of the statement
is also given to help you, but may contain some content
that is not well displayed. In case of doubt, always use the PDF.
Public test cases
Input/Output
c_frac(0, 3, 0, 3) → no
c_frac(1, 7, 2, 7) → si
c_frac(2, 7, 1, 7) → no
c_frac(-1, 7, 2, 7) → si
c_frac(2, 7, -1, 7) → no
c_frac(-630, 723, 510, 423) → si