摘要: https://blog.csdn.net/weixin_45697774/article/details/107457429 阅读全文
posted @ 2022-11-15 11:34 Herkaii 阅读(21) 评论(0) 推荐(0)
摘要: ``` #include<bits/stdc++.h>using namespace std;int n,m,K,cnt;int a[510][510],f[510][510];int main(){ cin>>n>>m>>K; for(int i=1;i<=n;i++) { for(int j=1 阅读全文
posted @ 2022-11-15 10:22 Herkaii 阅读(35) 评论(0) 推荐(0)