文章分类 -  unsolved

摘要:https://www.luogu.com.cn/problem/P5194 https://www.luogu.com.cn/problem/P1378 https://www.luogu.com.cn/problem/P2534 https://www.luogu.com.cn/problem/ 阅读全文
posted @ 2024-02-05 05:05 JMXZ
摘要:https://www.luogu.com.cn/problem/P4027 阅读全文
posted @ 2023-12-23 21:08 JMXZ
摘要:#include <bits/stdc++.h> using namespace std; const int maxr=55*12*8; const int maxn=68; const int maxnode=maxr*6; // DLX板子 struct DLX { int n,sz,S[ma 阅读全文
posted @ 2023-11-08 10:14 JMXZ
摘要:https://www.luogu.com.cn/problem/solution/CF1835C 阅读全文
posted @ 2023-10-22 14:10 JMXZ
摘要:https://www.luogu.com.cn/problem/CF1835B 阅读全文
posted @ 2023-10-22 14:08 JMXZ
摘要:https://www.luogu.com.cn/problem/P1600 https://www.luogu.com.cn/problem/solution/P1600?page=2 阅读全文
posted @ 2023-08-23 17:47 JMXZ
摘要:#include<iostream> #include<cstdio> #define rint register int #define ini inline int using namespace std; int a[30001][201],c[201],ans[201],k,w; ini j 阅读全文
posted @ 2023-08-22 18:26 JMXZ
摘要:why sum[16] 就不行 //~~~ j>=j-k+1 //~~~ sum[i]=0 #include<cstdio> #include<cstring> #include<iostream> #include<algorithm> #include<bits/stdc++.h> #defin 阅读全文
posted @ 2023-08-17 09:43 JMXZ
摘要:https://www.luogu.com.cn/problem/solution/P4211 阅读全文
posted @ 2023-08-04 21:06 JMXZ
摘要:5.0 9.0 5.0 2.5 1.8 5 1 #include<bits/stdc++.h> using namespace std; int n; double h,s1,v,l,k; int main() { cin>>h>>s1>>v>>l>>k>>n; double t_max=sqrt( 阅读全文
posted @ 2023-08-02 13:28 JMXZ