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.
keep getting 679 on 4 diggit and 55711 on 6 dig ahhhh
250??!! How is someone gonna hardcode in 1000 chars when n is <= 150?
oh, thanks! What a hard and interesting kata! Passing everything now but still get timeout-ed, cant be bothered tbh, did my best
In "fixed tests">"Array has Repeating Value in some Row/Column" the 4th test doesnt allow '2 occurs more then once in column 5' as an answer. I printed the given array and it definetly should. Same with "fixed tests">"Multiple Different Answers Are Possible" the 1st test doesnt allow ''2 occurs more then once in column 1' as an answer.
can you please explain why f'{n:b}'+"0" works? where do you get the 'b' from?
Found out. Eg. int("234",6) = 26^2 + 36^1 + 4*6^0 = 72 + 18 + 4 = 94
how does int(str, num) give a number tho
This comment is hidden because it contains spoiler information about the solution
My code passed everything until it timed out, must i take a different aproach?