liming10cm

测试 olw

0
阅读(1129)
#incldue <stdio.h>
using namespace std;
//test
 //测试博客园,博客终端olw
 #include "stdio.h"//头文件
 int test(void)
 {
   	printf("hello world");
   	return 0;
 }
View Code