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?#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?2016-12-09
举报