摘要: 代码如下: #include<iostream> #include <cstring> using namespace std; const int MOD = 10000; int n; int c[105][20]; int main() { memset(c, 0, sizeof c); c[ 阅读全文
posted @ 2022-07-10 00:05 ginkgozyf 阅读(18) 评论(0) 推荐(0)
摘要: 代码如下: #include<cmath> #include<cstdio> #include<iostream> #include<algorithm> #include<stack> #include<cstring> #include<queue> using namespace std; b 阅读全文
posted @ 2022-07-08 22:34 ginkgozyf 阅读(20) 评论(0) 推荐(0)
摘要: 代码如下: #include<cmath> #include<cstdio> #include<iostream> #include<algorithm> #include<stack> #include<cstring> #include<queue> using namespace std; i 阅读全文
posted @ 2022-07-08 17:26 ginkgozyf 阅读(13) 评论(0) 推荐(0)