心灵美发夹

文章
5
资源
0
加入时间
3年0月9天

AtCoder Grand Contest 038题解

好久没更了写点东西吧= =A 01Matrix简单构造左上角和右下角染成1其他染成0即可#include<bits/stdc++.h>#define ll long longusing namespace std;int a[1010][1010];int main(){ int n,m,A,B; cin>>n>>...