这是第一篇随笔,用于测试格式,比如表格、公式、代码、字体等。
#include<iostream> using namespace std; int main(){ cout<<"hello world"; return ; }
import requests print("hello world!")