#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;
}
?要用%d类型表示