We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
just use joao_g2000's answer in python 3 to pass the problem as it looks like a lot of the other languages are bugged.
I tried in node.js, but there is no strings_xor function given. I added code that output the correct answer, but you can't satisfy the note as you need to add lines to output the answer. The problem itself is super simple, but you can't pass it bc you have to add lines.
Note: You can modify at most three lines in the given code and you cannot add or remove lines to the code.
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
XOR Strings 2
You are viewing a single comment's thread. Return to all comments →
just use
joao_g2000
's answer in python 3 to pass the problem as it looks like a lot of the other languages are bugged.I tried in node.js, but there is no
strings_xor
function given. I added code that output the correct answer, but you can't satisfy the note as you need to add lines to output the answer. The problem itself is super simple, but you can't pass it bc you have to add lines.