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