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.
C# restriction is not enforced properly --> 1
JS restriction is not enforced properly --> 1, 2
Python's restriction is not enforced properly --> 1, 2
Language: C++
Test suit missing the required header
std::vector
.The
std::sqrt
function is not disabled.This comment is hidden because it contains spoiler information about the solution
discription confusing...
how about this?
n=4 => (2,2)
anticheat can be bypassed trivially.
The sample and fixed tests are still using
Test.expect
.Also, the random tests could do with rewriting into a loop instead of having the same 3 lines copy-pasted 7 times.
console.log fails somehow because Math.max disabled??
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution