摘要: #include<bits/stdc++.h>using namespace std; long long a[10005][10005];bool b[10005][10005];const long long p=100000007; void f(int x,int y){ if(x==1 | 阅读全文
posted @ 2023-09-20 21:32 竹余居居居居居 阅读(70) 评论(0) 推荐(0)