- 博客(2)
- 收藏
- 关注
原创 由浅入深c语言程序设计
hello world!(输出)/*头文件*/#include <stdio.h>int main(){ printf("Hello,world!\n"); return 0;} /*函数结束*/人机交互#include <stdio.h>int main(double a,double b) /*定义变量(双精度浮点数)*/{ printf("请输入a,b的值:"); scanf("%lf %lf",&a,..
2022-02-20 17:03:32
350
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人