1+1=10

扬长避短 vs 取长补短

"Sandbox: For Octopress Usage and Markdown Syntax Test"

Table Test

Source Code:

Left Aligned Header | Center Header | Right Aligned Header
:-------------------|:-------------:|--------------------:
Cell 0 0            | Cell 0 1      | Cell 0 2
Cell 1 0            | Cell 1 1      | Cell 1 2
 |  | 
Long Long Long Long Line  | Not so long Line  | Short Line

Preview:

Left Aligned Header Center Header Right Aligned Header
Cell 0 0 Cell 0 1 Cell 0 2
Cell 1 0 Cell 1 1 Cell 1 2
Long Long Long Long Line … Not so long Line … Short Line

Code Highlight

Source Code:

```cpp First Code block of C++
#include <iostream>
int main()
{
    std::cout<<"dbzhang800"<<std::endl;
}

```

Preview:

```cpp First Code block of C++

include

int main() { std::cout<<"dbzhang800"<<std::endl; }

Source Code:


    ```python Python Block Test
    import sys
    if __name__ == '__main__':
        pass
    ```

Preview:

```python Python Block Test
import sys
if __name__ == '__main__':
    pass

Reference

tools

Comments