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.
Sorry, I'm not very familiar with the UI yet, it's good to know 63 other people finished it.
It could be a problem with my code, however everything works fine when running the tests, it's only when submitting that it fails.
The following does not compile either when submitting, so I assume it must be a recent problem with the site.
Welp. I can pass the tests without problem, but when I submit (even an empty function), I get a compile error from the backend:
-isystem /runner/frameworks/cpp fatal error: 'boost/algorithm/string.hpp' file not found
#include <boost/algorithm/string.hpp>
I didn't include it, so it must have been added silently.
Is this something to do with this kata in particular, or is the backend buggy? :/