mengxin


私信TA

用户名:1000001

访问量:7279

签 名:

等  级
排  名 507
经  验 4567
参赛次数 0
文章发表 73
年  龄 0
在职情况 学生
学  校
专  业

  自我简介:

参考代码:

#include<stdio.h>
#include<stdlib.h>
#include<math.h>
int main()
{
  float x;
  scanf("%f",&x);
  printf("%6.2f\n",x);
  printf("%6.2f %6.2f\n",x,x);
  printf("%6.2f %6.2f %6.2f\n",x,x,x);
    return 0;
}

 

0.0分

0 人评分

  评论区

  • «
  • »