Back to General discussions forum
I suspect that the checker for the problem of "sum of digits" is wrong. In fact i used a calculator after the plattform said that my solution was wrong, and i noticed that my solution was correct. i'm speaking about the problem that gives a list of groups of three numbres a,b,c, where we have to calculate axb+c first, and then sum the digits of that result.
Hello,
That would be Problem #11. I have just checked that my JS solution still works (it does). So it's ok, at least for this language.
When you paste the supplied example input ("14 90 232", for example) in the "Test data" field and run, do you get the correct response (1492 => 16) ?