Блог пользователя Least_but_not_the_last

Автор Least_but_not_the_last, история, 6 лет назад, По-английски

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.

Полный текст и комментарии »

  • Проголосовать: нравится
  • +10
  • Проголосовать: не нравится

Автор Least_but_not_the_last, история, 6 лет назад, По-английски

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.

Полный текст и комментарии »

  • Проголосовать: нравится
  • +11
  • Проголосовать: не нравится

Автор Least_but_not_the_last, история, 7 лет назад, По-английски

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.

Полный текст и комментарии »

  • Проголосовать: нравится
  • 0
  • Проголосовать: не нравится