test this blog system

test this blog system

This an English sentence.
and another English sentence.
这是中文。
下面是代码:
 1  //  @file: poj_1000.c
 2 
 3  #include  < stdio.h >
 4 
 5  int  main( int  argc,  char   ** argv)
 6  {
 7       int  a, b;
 8      scanf ( " %d %d " & a,  & b);
 9      printf ( " %d\n " , a + b);
10       return   0 ;
11  }

你可能感兴趣的:(test this blog system)