為什么這樣不對呢?
#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;
}
#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;
}
2020-09-08
舉報
2020-09-09
TAB沒也會影響?
2020-09-08
tab沒打吧