测试格式

这是第一篇博客,只用来测试文字格式。

标题

摘要

一级标题

  二级标题

    正文

  • 一级标题

    • 二级标题

      • 正文

引用

include <iostream>

using namespace std;

static void main () {

  cout << " Hello World " << endl;    //output Hello World

}

 

include <iostream>

using namespace std;

static void main () {

  cout << " Hello World " << endl;    //output Hello World

}

 

1 include <iostream>
2 
3 using namespace std;
4 
5 static void main () {
6 
7   cout << " Hello World " << endl;    //output Hello World
8 
9 }

 

include <iostream>

using namespace std;

static void main () {

  cout << " Hello World " << endl;    //output Hello World

}

 

 

图片

 

总结

 

posted on 2019-01-09 23:23  infinite_space  阅读(157)  评论(0编辑  收藏  举报