I need a function to find the height of a rhombus in an array with a specified bottom point.
(我需要一个函数来在具有指定底点的数组中查找菱形的高度。)
A rhombus is, in this case, a rotated and filled square in ASCII. (在这种情况下,菱形是ASCII形式的旋转且填充的正方形。)
For example: (例如:)
#$#
$$$ - romb - $$$, with height 2
#$#
I need an function in C. Please help
(我需要C函数。请帮助)
ask by hahahsecret translate from so 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…