Ambiguous verdict
Разница между en1 и en2, 150 символ(ов) изменены
I'm trying to solve [this](https://csacademy.com/contest/archive/task/binary-isomorphism/statement/) 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:](https://ideone.com/L6ZDZQ)↵
[Python_3_code:](https://ideone.com/ZevuKL)


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

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en2 Английский Least_but_not_the_last 2018-03-17 16:16:03 150
en1 Английский Least_but_not_the_last 2018-03-17 14:45:48 417 Initial revision (published)