题解 | #兔子的序列#

兔子的序列

https://www.nowcoder.com/practice/55fc2ebad3fd444bbb1754ba1b259762

#include <stdio.h>
#include <math.h>
int main() {
    int n,max=0;
    scanf("%d",&n);
    while(~scanf("%d",&n))
    {
        if(sqrt(n)!=(int)sqrt(n)&&n>max)
        max=n;
    }
    printf("%d\n",max);
    return 0;
}

全部评论

相关推荐

09-29 11:19
门头沟学院 Java
点赞 评论 收藏
分享
10-15 16:27
门头沟学院 C++
LeoMoon:建议问一下是不是你给他付钱😅😅
点赞 评论 收藏
分享
点赞 收藏 评论
分享
牛客网
牛客企业服务