Method names should start from a capital letter in C#.
divideFractions("1/0","1/2") => returns null
but
The fractions will never be improper.
So this case is invalid.
This comment is hidden because it contains spoiler information about the solution
Random tests appear to be broken. inputs: "62694/-18591" "1089/52122" expected: "1027230628/20245599"
The expected is not even the correct sign. Are the random tests doing something like overflowing the int datatype?
Loading collection data...
Method names should start from a capital letter in C#.
but
So this case is invalid.
This comment is hidden because it contains spoiler information about the solution
Random tests appear to be broken.
inputs: "62694/-18591" "1089/52122"
expected: "1027230628/20245599"
The expected is not even the correct sign. Are the random tests doing something like overflowing the int datatype?