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.
The background is not perfectly white, and the foreground is not perfectly black; see the example images. Also, there will be pixels on the boundary between a white region and a black region that have intermediate brightness values.
If there's an error in the program, you should return the int value -1
@SubtRose: if you wanna archive your katas solutions on github, store them in a private repo. We have already enough troubles with morons who are just stalking github for solutions...
Description in 372 lines?
please don't post your solution on github, that's forbidden.
Sometimes there's some delay until points are added. Just wait a couple of hours and if you still don't get your points, raise an issue on CW github.
Backslash is
\
character. Your solution contains"\n\t"
, which contain backslashes, which are rejected by anti-cheat test because allowing backshlashes would allow use of built-in va_* things. And you do not actually need\n
nor\t
in your inline assembly.