#include <stdio.h>

 

int main()

{

  printf("hello world");

  return 0;

}

posted on 2013-12-23 20:48  简直天真  阅读(80)  评论(0)    收藏  举报