随笔分类 -  代码仓库

个人代码仓库
摘要:基本的模板操作 #pragma once #include "bits\stdc++.h" using namespace std; string GetTime(){ using namespace std; time_t now = time(0); tm *ltm = localtime(&n 阅读全文
posted @ 2022-11-14 10:47 XDU18清欢 阅读(27) 评论(0) 推荐(0)
摘要:/* From XDU's mzb */ #include <bits/stdc++.h> using namespace std; using ll = long long int; namespace matrix { template <typename T> struct matrix : 阅读全文
posted @ 2021-11-06 13:59 XDU18清欢 阅读(36) 评论(0) 推荐(0)
摘要:说明 协助CMake学习 代码 #include <bits/stdc++.h> using namespace std; using ll = long long int; struct node { string name; vector<shared_ptr<node>> son; node( 阅读全文
posted @ 2021-10-01 00:21 XDU18清欢
摘要:/* XDU-mzb lisp 3.0 */ #include <bits/stdc++.h> namespace DSL { using std::endl; using std::cout; using std::integral_constant; using std::ostream; us 阅读全文
posted @ 2021-05-31 16:45 XDU18清欢 阅读(67) 评论(0) 推荐(0)