问答详情
源自:2-5 格式化输出语句

who can tell me where is wrong?

#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?

提问者:CCC5 2016-12-09 20:55

个回答

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

    #!include<stdio.h>

  • 慕粉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}