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

不知道错哪

为什么输出错误

#include <stdio.h>

int main()

{    int age = 18;

float height = 1.85;

char unit = 'm';

printf("%d,小明今年岁?\n", age);

printf("%f,%c,小明身高?\n", height, unit);

printf("%s,小明现在在慕课网上学习IT技术"); 

return 0;

}


提问者:Ableef 2020-09-19 08:49

个回答

  • 慕斯卡5100545
    2020-09-19 09:15:06

    有时候代码没问题,提交的时候光标点在<stdio.h>的后面在提交就能出现正确结果