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.
What are the constraints for N in C++ tests? Every other language has them listed (For example, Python says 1<=N<=1000), where C only says "All possible values are tested." I assume it is not testing every integer input, so what should this say?
^ x -1 is not accepted, because the correct answer is / 1 x. These are equivalent expressions, are they not? Language is python, test is basic ln(x).