You are only able to see your solution in a particular language when you've solved that kata in that language but not in other languages.
This comment is hidden because it contains spoiler information about the solution
Hello, I run into the same error, numbers[0] and numbers[1] are int values an explicit cast like "result+= (long)numbers[0] should solve the problem. Without explicit cast there is an overflow. Hope it helps you.
Loading collection data...
You are only able to see your solution in a particular language when you've solved that kata in that language but not in other languages.
This comment is hidden because it contains spoiler information about the solution
Hello, I run into the same error, numbers[0] and numbers[1] are int values an explicit cast like "result+= (long)numbers[0] should solve the problem. Without explicit cast there is an overflow. Hope it helps you.