Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
450 views
in Technique[技术] by (71.8m points)

c - 函数以指定的较低点查找数组中菱形的高度(Function to find the height of the rhombus in the array with the specified lower point)

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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...