function solution(s) { return +s }
function solution(str) { return str/1 }
function strToInt(str){ return +str; }