Ad
  • Default User Avatar

    make every output an int - LCM is an int, LCM/numerator is an int. Don't let floats creep into your results ANYWHERE. That worked for me.

  • Custom User Avatar

    [[77033412951888080, 14949283383840498], [117787497858828, 14949283383840498], [2526695441399712, 14949283383840498]] should equal [[77033412951888085, 14949283383840498], [117787497858828, 14949283383840498], [2526695441399712, 14949283383840498]]
    I tried this problem in Python. but i got this message. It said me that '77033412951888080' should be '77033412951888085'. However, because this number is extremly large number and it required to use multiplication, gap '5' between my answer and problem's answer is nonsense. please check this issue quickly.

  • Custom User Avatar

    '_'(space) => (
    @ => (

  • Custom User Avatar

    in the example
    "(( @" => "))(("
    the problem explain unique '@' should be converted to '((', but it isn't right.
    please amend this example.