发布于 ,更新于 

Hello World

这是一个测试页

1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include <iostream>

using std::cout;

#define endl '\n'

int main() {
std::ios::sync_with_stdio(0);
cout.tie(0);

cout << "Hello World!" << endl;

return 0;
}

\(Test Math\) 好吧,数学好像还不支持 添加了支持1
\[ Test \]


  1. 注释测试;另外,如果在本站任意位置发现数学公式未渲染且确认不是您的网络问题,请刷新一下。 修好了,可能就是你的网络问题。↩︎