提交 00e1c6af 编写于 作者: Q qq_63480508

Auto Commit

上级 10042598
class Main {
public static void main(String[] args) {
// 打印圣诞树
printChristmasTree(8); // 7代表圣诞树的高度
printChristmasTree(8); // 8代表圣诞树的高度
}
static void printChristmasTree(int height) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册