• atercygnus's Activity

Commented a forum post "Looks like a bug in a mission." created by atercygnus
Thanks!
Commented a forum post "Looks like a bug in a mission." created by atercygnus
Brute-force is too slow. I need to figure out how to do it faseter)
Commented a forum post "Looks like a bug in a mission." created by atercygnus
Example: winning_die([4, 4, 4, 4, 4, 4]) == [2, 2, 5, 5, 5, 5] # Or [5, 5, 2, 2, 5, 5]
Commented a forum post "Looks like a bug in a mission." created by atercygnus
Well, it looks like [1, 1, 5, 5, 5, 7] is beats [4, 4, 4, 4, 4, 4]. Author think that only [2, 2, 5,
Commented a forum post "Looks like a bug in a mission." created by atercygnus
Each player can put any **positive **number on any side of the die... Sorry, I got it!
Commented a forum post "Looks like a bug in a mission." created by atercygnus
No, my dice does not have a zero, in has 18 over the [4, 4, 4, 4, 4, 4] die. My die - [4, 0, 5, 5, 5
Commented a forum post "Looks like a bug in a mission." created by atercygnus
Well, there is two decriptions of the task English, and Russian. Russian one is more detailed, and d
Created a forum post "Looks like a bug in a mission."
Here is a very interesting Unfair Dice mission: https://py.checkio.org/mission/unfair-dice/ And