helloworld
helloworld
#include<iostream>
using namespace std;
int main() {
cout << "hello world!" << endl;
return 0;
}
表格
| 语言 | 类型 |
|---|---|
| c++ | 编译型 |
| python | 解释型 |
下划线
删除线
强调
加粗
#include<iostream>
using namespace std;
int main() {
cout << "hello world!" << endl;
return 0;
}
| 语言 | 类型 |
|---|---|
| c++ | 编译型 |
| python | 解释型 |
下划线
删除线
强调
加粗