ZZNUOJ_用C语言编写程序实现1222:Picture(附完整源码)
Posted 彬sir哥
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ZZNUOJ_用C语言编写程序实现1222:Picture(附完整源码)相关的知识,希望对你有一定的参考价值。
题目描述
Give you the width and height of the rectangle,darw it.
输入
Input contains a number of test cases.For each case ,there are two numbers n and m (0 < n,m < 75)indicate the width and height of the rectangle.Iuput ends of EOF.
输出
For each case,you should draw a rectangle with the width and height giving in the input.
after each case, you should a blank line.
样例输入
3 2
样例输出
完整源码:
#
以上是关于ZZNUOJ_用C语言编写程序实现1222:Picture(附完整源码)的主要内容,如果未能解决你的问题,请参考以下文章
ZZNUOJ_用C语言编写程序实现1640:图形显示(附完整源码)
ZZNUOJ_用C语言编写程序实现1920:排序(附完整源码)
ZZNUOJ_用C语言编写程序实现1920:排序(附完整源码)
ZZNUOJ_用C语言编写程序实现1596:素数2(附完整源码)