C语言习题总结 上

#define _CRT_SECURE_NO_WARNINGS #include<stdio.h> #include<stdlib.h> #include<assert.h> //1.使用c语言在屏幕上输出hello world //int main() //{ // printf("hello world"); // system("pause"); // return 0; //} //2.
相关文章
相关标签/搜索