#include
int main()
{ int n=6,i,j;
for(i=n; i; i--)
{ for(j=0; j
printf("&");
printf("\n");
}
return 0;