摘要: 一、 #include<stdio.h> //头文件,#号是预处理指令,standard input output header的缩写。 void main() //主函数 { printf("Hello\n"); //print format的缩写,前加Tab键空出4个格。 return(0); 阅读全文
posted @ 2017-12-21 10:03 王丽松 阅读(813) 评论(0) 推荐(0) 编辑