C语言输出菱形

最近在回顾一下以前的一些基础题,故重新写了一下这个实验题 代码如下 #include<stdio.h> void function_up(int n)//the uppper part of the diamond { int j=1;//the number of the char "*" in the first line is 1 int m=n;//the number of the
相关文章
相关标签/搜索