syhd142 |
|
|||
日歷
統(tǒng)計(jì)
導(dǎo)航常用鏈接留言簿(2)隨筆檔案(23)文章分類(lèi)(270)
文章檔案(122)我的豆瓣搜索最新評(píng)論
閱讀排行榜
評(píng)論排行榜 |
畫(huà)圖題,直接打表。 #include <stdio.h>
char h[5][62] = { "*****..***..* ![]() ![]() ![]() ![]() ![]() "* ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() "*****.*****.* ![]() ![]() ![]() ![]() ![]() ![]() ![]() " ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() "*****.* ![]() ![]() ![]() ![]() ![]() ![]() ![]() }; char v[61][6] = { "*****", "* ![]() "*****", " ![]() "*****", " ![]() ".***.", "* ![]() "*****", "* ![]() "* ![]() " ![]() "* ![]() "* ![]() "* ![]() ".*.*.", "..*..", " ![]() "*****", "* ![]() "***..", "* ![]() "*****", " ![]() " ![]() " ![]() "* ![]() "* ![]() "*****", "* ![]() "* ![]() " ![]() "*****", "* ![]() "*****", "*.*..", "*..**", " ![]() "*****", "..*..", "..*..", "..*..", "*****", " ![]() "***..", "*..*.", "* ![]() "*..*.", "***..", " ![]() "*****", "* ![]() "* ![]() "* ![]() "*****", " ![]() "* ![]() ".*.*.", "..*..", "..*..", "..*.." }; void draw(int n) { if(n < 0) { n = -n; for(int i = 0; i < 61 * n; i++) { for(int j = 0; j < 5 * n; j++) { printf("%c", v[i / n][j / n]); } printf("\n"); } } else { for(int i = 0; i < 5 * n; i++) { for(int j = 0; j < 61 * n; j++) { printf("%c", h[i / n][j / n]); } printf("\n"); } } printf("\n\n"); } int main() { int n; while(scanf("%d", &n), n) draw(n); return 0; }
|
![]() |
|
Copyright © Fucker | Powered by: 博客園 模板提供:滬江博客 |