题解 | 平方根

平方根

https://www.nowcoder.com/practice/cd21e09482f24b03842f02ae3d403cad

#include <stdio.h>
#include <math.h>
int main() {
    
    int n = 0;
    scanf("%d", &n);//整数

    float f = sqrt(n);//求根
    printf("%d", (int)f);//向下取整
    return 0;
}

全部评论

相关推荐

苍蓝星上艾露:这简历。。。可以试试我写的开源简历优化工具https://github.com/weicanie/prisma-ai
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务