摘要:
20260825sol 题面:链接: https://yun.139.com/shareweb/#/w/i/2xop1P8DQ5Bw1 提取码:b1xd 上午 T1 log 模板BSGS #include <bits/stdc++.h> #define int long long using nam 阅读全文
摘要:
贴个代码 01背包 倒序枚举 #include <bits/stdc++.h> using namespace std; const int M = 1e4+15; int dp[M]; int main(){ int m,n;scanf("%d%d",&m,&n); for(int i = 1 ; 阅读全文
摘要:
My blog CSP2025游记 不要问我为什么现在才写游记,原本是不想写的,或许是看了@WA_sir还有@JZJR_A_0的游记,或许是因为这几天模拟赛越考越屎找点事做. Day-114514 原本是只报S的,然而被听了胡胡的"S考不好还有J组续命",觉得很有道理,于是报名截止前又报了J. Da 阅读全文