测试 olw
0赞
发表于 3/19/2020 12:38:15 AM
阅读(1134)
#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 }
