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.
Approved by someone
Reset to 10.0, thanks
Isn't it a good opportunity to update the language version? The current is 10.x, the kata uses 4.x... I don't do much C#...
@holysloth ..
@holysloth ..
@realfg ...
@holysloth .. as I Promised Bro Double Instant Approvals , awaiting for more and more .. Regards .. Zizou
@holysloth ..
C and C# translation Kumited.
This comment is hidden because it contains spoiler information about the solution
Translated to C#
Added C++ translation.
This comment is hidden because it contains spoiler information about the solution
Is it possible that the compiler or th Console output is wrong? Because at test 6, if I use:
Console.WriteLine(string.Join(",",peopleInLine));
It prints "25,25"
And if I test my code in my own IDE with this data, it returns the expected "YES", but on CodeWars it returns "NO".