#5660. 【基础】三角形的个数
【基础】三角形的个数
Description
从键盘输入整数L,统计出边长为整数,周长为L的不等边三角形的个数。
Input Format
整数L ( 3 <= L <= 32767 )
Output Format
三角形个数
15
6
Source
需要找规律的循环
从键盘输入整数L,统计出边长为整数,周长为L的不等边三角形的个数。
整数L ( 3 <= L <= 32767 )
三角形个数
15
6
需要找规律的循环
By signing up a 津桥OJ universal account, you can submit code and join discussions in all online judging services provided by us.