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.
Most probably the reason for your failure is
*z
not being set to a correct value, but still tests should not crash.There's many possible reasons for SIGSEGV (https://docs.codewars.com/training/troubleshooting#c-c-signal-11---sigsegv), but it's difficult to tell what happens in your case without seeing the code.
Hi everyone!
Please help me understand exactly what to do in this task,
I want to fill an array with the divisors of the number n, but I get the following error:
"Caught unexpected signal: SIGSEGV(11). Invalid memory access."
As a test, I tried to remove the work with the array altogether, but I still get the same error.
WTF?!