que devuelbe cierto si la fracción n1/d1 es estrictamente menor que la fracción n2/d2.
Precondición
d1, d2 > 0.
Observación
Sólo tenéis que enviar el procedimiento requerido;
el programa principal será ignorado.
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