liming10cm

测试 olw

0
阅读(507)
#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 }
View Code