摘要: AtCoder 1. Paint to make a rectangle void solve(){ int h, w; cin >> h >> w; string a[h]; for(int i=0; i<h; i++) cin >> a[i]; int mxx = 0, mxy = 0, mnx 阅读全文
posted @ 2025-02-25 08:19 Devpp 阅读(8) 评论(0) 推荐(0)