博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
#include<stdio.h>
int main()
{
      printf("Hello Word");
      return 0;
}