随笔分类 -  ICPC2021

摘要:The 2021 ICPC Asia Kunming Regional Contest D-Divisions 做法:我们发现,当构造成a a a b b b c c c $(a<b<c)$这样的时候,答案就是$2^{num(a)}-1+2^{num(b)}-1+2^{num(c)}-1+1$,我们 阅读全文
posted @ 2022-04-27 20:44 lmj_1 阅读(141) 评论(0) 推荐(0)
摘要:The 2021 ICPC Asia Nanjing Regional Contest A Oops, It’s Yesterday Twice More 点击查看代码 #include <bits/stdc++.h> using namespace std; string s[5]={"","UL 阅读全文
posted @ 2022-03-29 14:42 lmj_1 阅读(360) 评论(0) 推荐(0)