21000928YT


私信TA

用户名:21000928YT

访问量:479

签 名:

等  级
排  名 7148
经  验 1335
参赛次数 0
文章发表 15
年  龄 0
在职情况 学生
学  校 广东工业大学
专  业

  自我简介:

解题思路:

注意事项:

参考代码:

#include<stdio.h>


int main()

{

    char a;

    int b;

    float c;

    double d;

    scanf("%c %d %f %lf", &a, &b, &c, &d);

    printf("%c %4d %.2f %.12lf", a, b, c, d);

    return 0;

}


 

0.0分

0 人评分

  评论区

  • «
  • »