11 2020 档案

摘要:namespace Poly{ int limit, l, r[maxn]; //the modulo numbers and related, may be changed due to the problems. #define mod 998244353 #define G 3 #define 阅读全文
posted @ 2020-11-24 20:31 zimindaada 阅读(92) 评论(0) 推荐(0)
摘要:CSP 2020被爆切 J 275分, S 80分(炸分) 悲。 阅读全文
posted @ 2020-11-17 15:45 zimindaada 阅读(191) 评论(0) 推荐(0)
摘要:struct Trie{ int ch[maxn][26], val[maxn], cnt; Trie(){ cnt = 1; memset(ch[0],0,sizeof(ch[0])); memset(val,0,sizeof(val)); } int cti(char ch){return ch 阅读全文
posted @ 2020-11-05 20:29 zimindaada
摘要:我太菜了QAQ 阅读全文
posted @ 2020-11-02 16:33 zimindaada 阅读(271) 评论(0) 推荐(0)