fork(1) download
  1. <?php $s=fgets(STDIN);echo $s!=''?implode(' ',array_map(function($x){return strlen($x);},preg_split('/(?<!^)(?!$)/u',$s))):'';
Success #stdin #stdout 0.02s 52472KB
stdin
ĉaŭ
stdout
1 2 1 1 2