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.
I agree with Caydenz. My program goes through 300-2000 tests and one constantly returns an error. It would be nice if I could at least see the received and expected value so I know where to start. I am using dynamic memory allocation and do not modify the input matrices. (Decision in C. I'm sorry for my english).
PS. The problem has been resolved. I advise you to use calloc instead of malloc.
Very interesting task :)