摘要: (标题是用来钓鱼的<( ̄3 ̄)> ) 重新回顾了一下SA的板子,感觉理解得更深了。细节看码。 #include <bits/stdc++.h> #define rep(i, a, b) for (int i = a, i##end = b; i <= i##end; ++i) #define per 阅读全文
posted @ 2020-05-14 20:59 AC-Evil 阅读(354) 评论(4) 推荐(1) 编辑