不知道错在哪里了,运行不了
#include<stadio.h>
int main()
{
int age = 18;
float height = 1.850000
char x = 'm'
printf("小明今年%d岁",age);
printf("小明身高%f%c",height,x);
printf("小明现在在慕课网上学IT技术");
return 0
}
#include<stadio.h>
int main()
{
int age = 18;
float height = 1.850000
char x = 'm'
printf("小明今年%d岁",age);
printf("小明身高%f%c",height,x);
printf("小明现在在慕课网上学IT技术");
return 0
}
2020-10-15
举报