#include void diamond(int a) { int b,c,d,t; d=0; t=a;//����ʼ�����ݸ�t while(a--)//�ո������ݼ� { for(b=0; b