题解 2831: 画矩形
摘要:解题思路:注意事项:参考代码:#include <iostream>using namespace std;int main(){ int a,b,d; char c; cin>>a……
题解 2831: 画矩形
摘要:解题思路:主要是空心比较难想,其他的没什么。注意事项:别忘了换行和空格。参考代码:#include <bits/stdc++.h>using namespace std;int main(){ ……
题解 2831: 画矩形
摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;typedef long long ll;int main() {&n……