计算一串数长度的便捷数学方法

int length(long long n)
{
    return (int)log10(n)+1;
}

 

posted @   Somnus、M  阅读(245)  评论(0编辑  收藏  举报
努力加载评论中...
点击右上角即可分享
微信分享提示