#include <stdio.h>int main(){ int age = 18; float height = 1.85; printf("%d"\n, age); printf("%f"\n,height); printf("小明现在在慕课网上学习IT技术"\n); return 0;}
1 回答
- 1 回答
- 0 关注
- 788 浏览
添加回答
举报
0/150
提交
取消