Visual Cube

題目大意:  輸入長 寬 高 a,b,c 打印出相應圖像  用二維字符數組打印出的圖行       爲 2*(a+b)+1  乘2*(b+c)+1 的二維字符數組; 然後開始模擬   代碼如下: #include<iostream> #include<stdio.h> #include<string.h> using namespace std; int main(){     char aa[2
相關文章
相關標籤/搜索