C语言圣诞树源代码

#include <stdio.h>void main(){ int i,j,k; for(i=1;i<=3;i++) { for(j=1;j<=7-i;j++) { printf("

腾讯文库C语言圣诞树源代码C语言圣诞树源代码