Link to another page. 个人博客
acmer学习网址:
牛客:https://ac.nowcoder.com
codeforces:https://codeforces.com
Atcoder:https://atcoder.jp
Header 1
介绍:个人博客–提瓦特第一深情
简介:大学生一枚
目前学习方向:Acm算法竞赛,python项目开发前后端
Header 2
联系方式:
QQ:3311816149
email:3311816149@qq.com
call:19962129838
Header 3
python:
print('hello,world')
c++:
#include <bits/stdc++.h>
using namespace std;
int main()
{
cout<<"hello,world";
}
c:
#include <stdio.h>
int main()
{
printf("hello,world");
}
Header 4
- This is an unordered list following a header..
Header 5
- This is an ordered list following a header.
There’s a horizontal rule below this.
Here is an unordered list:
- Item foo
- Item bar
- Item baz
- Item zip
And an ordered list:
- Item one
- Item two
- Item three
- Item four
And a nested list:
- level 1 item
- level 2 item
- level 2 item
- level 3 item
- level 3 item
Definition lists can be used with HTML syntax.
- Name
- xxy
- Born
- 2003
- Birthplace
- China
- Color
- Red
Long, single-line code blocks should not wrap. They should horizontally scroll if they are too long. This line should be long enough to demonstrate this.
The final element.