测试 olw
0赞
发表于 2020/3/19 上午12:38:15
阅读(2012)
#incldue <stdio.h> using namespace std;
1 //测试博客园,博客终端olw
2 #include "stdio.h"//头文件
3 int test(void)
4 {
5 printf("hello world");
6 return 0;
7 }//test
1 1 //测试博客园,博客终端olw 2 2 #include "stdio.h"//头文件 3 3 int test(void) 4 4 { 5 5 printf("hello world"); 6 6 return 0; 7 7 }
