console.log( Math.max( ...require('fs') .readFileSync('/dev/stdin', 'utf8') .match(/…+/g) .map(v => v.length)) );