摘要:
#include<bits/stdc++.h> using namespace std; #define N 1005 int m,n,r; int a[N][N]; int b[N][N]; int c[N][N]; int main() { cin>>m>>n>>r; for(int i=1;i 阅读全文
posted @ 2023-03-17 19:06
pig_pig
阅读(11)
评论(0)
推荐(0)
摘要:
#include<bits/stdc++.h> using namespace std; #define N 1005 char a[N][N]; char b[N]; int cnt=1; inline int read() { int x=0; bool f=1; char ch=getchar 阅读全文
posted @ 2023-03-17 16:35
pig_pig
阅读(36)
评论(0)
推荐(0)
浙公网安备 33010602011771号