摘要: #include<bits/stdc++.h> using namespace std; int n; int a[4][27]; int b[4][27]; int m[27]; int search(int l) { for(int i=0;i<10;i++) { m[l]=i; for(int 阅读全文
posted @ 2022-03-20 11:11 映波yoyo 阅读(29) 评论(0) 推荐(0)