Removed bools. (Sadly expecting True invalidates most solutions.)
True
Done. Changed to:
test.assert_equals(num_to_russian("1000"), "тысяча")
fixed
I don't get it, I'm suring beauty soup, and always retrieve the wrong user
Forked & Approved, honor points go to you.
Try not to use the editor for approved kata, makes managing things a pain in the arse since it's completely opaque as to what changes were made and when without opening the edit panel yourself (and thereby forfeiting the kata).
Ah, my bad. It's approved now, thanks.
Happy to merge this fix but clicking 'Approve' does not seem to do it
I think it is. Perhaps it could be prevented by making test a proxy object that delegates __call__() to the real Tester object ?
test
__call__()
Tester
I solve it with using integer->string conversions, then without using integer->string conversions. But everytime a have Execution Timed Out (12000 ms)
You have to solve it without using integer->string conversions (no bruteforce). It wouldn't be 5kyu if it was that easy :P
And could you please not reply to random users' comments? Just raise a question at the top level, where more people can see it.
someone kindly help me out T_T , i am stuck with error :
ValueError: Exceeds the limit (10000) for integer string conversion: value has 11136 digits; use sys.set_int_max_str_digits() to increase the limit
and if i do increase the limit , the error is : timed out
-it passes all the tests except subtask 3 : where k<= 10**5
Fixed
approved, good work
Approved!
Loading collection data...
Removed bools. (Sadly expecting
True
invalidates most solutions.)Done. Changed to:
fixed
I don't get it, I'm suring beauty soup, and always retrieve the wrong user
Forked & Approved, honor points go to you.
Try not to use the editor for approved kata, makes managing things a pain in the arse since it's completely opaque as to what changes were made and when without opening the edit panel yourself (and thereby forfeiting the kata).
Ah, my bad.
It's approved now, thanks.
Happy to merge this fix but clicking 'Approve' does not seem to do it
I think it is. Perhaps it could be prevented by making
test
a proxy object that delegates__call__()
to the realTester
object ?I solve it with using integer->string conversions, then without using integer->string conversions. But everytime a have Execution Timed Out (12000 ms)
You have to solve it without using integer->string conversions (no bruteforce). It wouldn't be 5kyu if it was that easy :P
And could you please not reply to random users' comments? Just raise a question at the top level, where more people can see it.
someone kindly help me out T_T , i am stuck with error :
ValueError: Exceeds the limit (10000) for integer string conversion: value has 11136 digits; use sys.set_int_max_str_digits() to increase the limit
and if i do increase the limit , the error is : timed out
-it passes all the tests except subtask 3 : where k<= 10**5
Fixed
approved, good work
Approved!
Loading more items...