题解 | #兔子的序列#

兔子的序列

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;
}

全部评论

相关推荐

水墨不写bug:疑似没有上过大学
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

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