From f088e6c88add606216aeb7300237f068724541c0 Mon Sep 17 00:00:00 2001 From: xingyou wu <3050128610@qq.com> Date: Wed, 9 Apr 2025 10:07:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AF=94=E8=B5=9B=E4=B8=87=E8=83=BD=E6=A8=A1?= =?UTF-8?q?=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- others/test5.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 others/test5.cpp diff --git a/others/test5.cpp b/others/test5.cpp new file mode 100644 index 0000000..295d321 --- /dev/null +++ b/others/test5.cpp @@ -0,0 +1,11 @@ +// 比赛万能模版 +#include +using namespace std; +#define int long long +#define endl '\n' + +signed main(){ + ios::sync_with_stdio(0), cin.tie(0), cout.tie(0); + cout << "hello lanqiao" << endl; + return 0; +} \ No newline at end of file