Hi,
is there really a way to shorten/speed up that code or is there a trick to get the solution?
I see that the solution is: ov(389) ^ 1931788314
Any hints how to disclaim all these branches? ^^
Marv
Branches
I've tried a lot of more or less useless refactoring until i found the "key". I've written a python program that restructured the code by inline and delete some of the simple methods and doing further refactoring tricks.
Afterwards, i can recommend IntelliJ IDE for this challenge. It will save you that kind of work
.
Afterwards, i can recommend IntelliJ IDE for this challenge. It will save you that kind of work
