Least_but_not_the_last's blog

By Least_but_not_the_last, history, 6 years ago, In English

This is the problem. Here we can't change child order. But how you would solve this problem if we could change child order? Thanks.

Full text and comments »

By Least_but_not_the_last, history, 6 years ago, In English

I'm trying to solve this problem in csacademy. I solved it in C++ but translating the same code in python 3 gets "Non zero exit code = 1" verdict. What does it mean? I have experienced this verdict first time & got no explanation anywhere C++_code: Python_3_code:

upd: got it. it was caused due to "by default recursion limit in python". so a simple line "sys.setrecursionlimit(100000)" solve the problem.

Full text and comments »

By Least_but_not_the_last, history, 7 years ago, In English

problem: https://toph.co/p/problem-number-nine-and-three-quarter solution: http://ideone.com/RYkF3m

though I solved it in two different ways. but I can't understand this solution. I tried but couldn't make a communication with the actual writer of the solution. Please help me.

Full text and comments »