题解 2750: 字符菱形

来看看其他人写的题解吧!要先自己动手做才会有提高哦! 
返回题目 | 我来写题解

筛选

字符菱形的c语言解法

摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){    char a;    scanf("%c&q……

用c语言输出字符菱形

摘要:解题思路:注意事项:参考代码:#include<stdio.h>intmain(){chara;scanf("%c",&a);printf("&……

字符菱形给个好评

摘要:解题思路:注意事项:参考代码:#include<iostream>#include<cmath>usingnamespacestd;intmain(){&nbsp;&a……

字符菱形C语言数组,简单排列。

摘要:解题思路:数组,for嵌套循环注意事项:二维数组填写字符需要注意。for嵌套循环就是简单的每行循环。参考代码:#include<stdio.h>intmain()&nbsp;{ch……