随笔分类 -  data structure

摘要:20191111第一次更新 /** * This code has been written by YueGuang, feel free to ask me question. Blog: http://www.yx.telstudy.xyz * created: */ #include <cst 阅读全文
posted @ 2019-11-11 09:41 月光不染是非 阅读(291) 评论(0) 推荐(0)
摘要:#include <iostream> #include <cstring> #include <string> #include <bits/stdc++.h> #define REP(i, a, b) for(int i = a; i < b; i++) #define REP_(i, a, b 阅读全文
posted @ 2019-10-21 01:03 月光不染是非 阅读(102) 评论(0) 推荐(0)