天苜仙影


私信TA

用户名:2714425647

访问量:2433

签 名:

QID:TG92ZTA2

等  级
排  名 278
经  验 5741
参赛次数 9
文章发表 31
年  龄 18
在职情况 学生
学  校 中国地质大学(武汉)
专  业

  自我简介:

学过C语言,欢迎大家加我QQ交流

解题思路:

注意事项:

参考代码:

#include<stdio.h>

#include<math.h>

int main(void)

{

int n;

int ans;

double s;

scanf("%d",&n);

s=sqrt(n);

if(s-(int)s==0)

ans=n;

else

ans=((int)s+1)*((int)s+1);

printf("%d",ans);

return 0;

}


 

0.0分

0 人评分

  评论区

  • «
  • »