# you need to return the calculation result in string format. # The final result should be irreducible fraction. If your final result is an integer, say 2, # you need to change it to the format of ...
Given a string expression representing an expression of fraction addition and subtraction, return the calculation result in string format. The final result should be an irreducible fraction. If your ...