Given a string x, return the sum of all ASCII numbers of all characters.
for example, if x='lala' ('l'-> 108, 'a'->97) then y = 108+97+108+97
276 Solvers
Back to basics 21 - Matrix replicating
901 Solvers
Matrix indexing with two vectors of indices
405 Solvers
327 Solvers
79 Solvers
Problem Tags