c++rectangle函数
下面是一个使用C++编写的矩形函数:
```cpp
beautifulpeople
void rectangle(int width, int height) {
for (int i = 0; i < height; i++) {
for (int j = 0; j < width; j++) {
if (i == 0 || i == height - 1) {vocation
cout << "*";symptom
total
} el if (j == 0 || j == width - 1) {
doubted cout << "*";
如何改装汽车音响
} el {
cout << " ";
}idiot怎么读
}人力资源培训班
cout << endl;
guo jingjing xray diving
}
}
```
该函数可以根据指定的宽度和高度,打印一个实心的矩形。具体实现可以通过一个双重循环来输出字符,根据当前行和列的位置判断是否应该输出 "*",或者输出空格。英语国际音标教学视频