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\) 好吧,数学好像还不支持 添加了支持
\[ Test \]