C语言:编程打印图形

题目

编程打印以下图形:
C语言:编程打印图形_第1张图片

代码

#include "stdio.h"

void main() {
   
	char ch = 'A';
	int 

你可能感兴趣的:(C,语言机试题,C语言:编程打印图形)