b.nik
4 سال پیش توسط b.nik مطرح شد
1 پاسخ

مشكل كد

ببخشيد ميشه بگيد مشكل اين كد چيه چون خطا ميده

<?php

function estimateReadingtime(string $text): int
{
    $wordscount = str_world_count($text);
    $readingtime = ceil($wordscount / 200);

    return $readingtime;
}

https://quera.org/problemset/68266/