error in sum of digits

Back to General discussions forum

Computologo     2019-11-01 20:43:50

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.

Tehel     2019-11-04 12:36:28

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) ?

Please login and solve 5 problems to be able to post at forum