(function(i) {
    var array = i.split(" ");
    return array[array.length - 1].length;
})(input)