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.
ah ok, thanks a lot
Ah sorry, this is ,my first time commenting...
I'm running my program in GO.
the fixed imput is:
{69, 130}, {87, 1310}, {30, 40}
and is expected the output to be equal:
(18078,34060)(2262,34060)(25545,34060)
but if you actually calculate the lcm should be 68120, infact if you divide 34060 by 40 it return that 34060 is not a multiple of 40 and so i believe the test isn't correct.
Basic tests are wrong. it says that 34060 is a multiple of 40 and it is not...
Is it just me or the empty matrix solution in GO give some problem?