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.
OP solved it, closing
In ISO/IEC 9899:1999 (C99) the equality operators are defined as follows
"Each of the operators yields 1 if the specified relation is true and 0 if it is false. The result has type int."
This is not the proper way to raise an issue:
Please read carefully this and don't raise issues so lightly in the future: https://docs.codewars.com/training/troubleshooting/
Not a kata issue.
Read this: https://docs.codewars.com/training/troubleshooting/#post-discourse and this: https://docs.codewars.com/training/troubleshooting/#c-c-signal-6---sigabrt
That's not how integer division work. You'll get 6(D) in both cases, the only difference is the remainder.
Though, there is a reason: speed.
Your code not working is not a kata issue. You can refer to the documentation: https://docs.codewars.com/training/troubleshooting/