who can tell me where is wrong?

来源:2-5 格式化输出语句

CCC5

2016-12-09 20:55

#include

int main() {    int age = 18;    float height = 1.850000; char unit = 'm'; printf("小明今年%d岁\n", age); printf("小明身高%f %c\n", height, unit); printf(小明现在在慕课网上学习IT技术"); return 0; } why this cannot admitted?
写回答 关注

2回答

  • LINSA0517
    2016-12-09 21:20:57
    已采纳

    #!include<stdio.h>

    CCC5

    非常感谢!

    2016-12-10 11:58:57

    共 1 条回复 >

  • 慕粉4311394
    2016-12-09 21:26:22

    #incude

    int main () {    int age =18;    float height=1.850000; char unit='m';("小明今年%d岁/n"。age);    printf("小明身高%f/n") printf("小明现在在慕课网学习IT技术"); return 0}

    CCC5

    if so where is the unit? "m"

    2016-12-10 12:01:11

    共 1 条回复 >

C语言入门

C语言入门视频教程,带你进入编程世界的必修课-C语言

926025 学习 · 20793 问题

查看课程

相似问题