摘要: 代码如下: #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)