Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
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.
[[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.
'_'(space) => (
@ => (
in the example
"(( @" => "))(("
the problem explain unique '@' should be converted to '((', but it isn't right.
please amend this example.