跳到主要内容

简介

你好,这里是 cchu 的博客!

#include <bits/stdc++.h>
using namespace std;
int main() {
cout << "Hello!";
return 0;
}