/*
  Copyright (C) 2010 Alessandro Bugatti (alessandro.bugatti@istruzione.it)

  This program is free software; you can redistribute it and/or
  modify it under the terms of the GNU General Public License
  as published by the Free Software Foundation; either version 2
  of the License, or (at your option) any later version.

  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.

  You should have received a copy of the GNU General Public License
  along with this program; if not, write to the Free Software
  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/

/*! \file
 *  \brief Inserire un numero intero e disegnare un rombo con degli asterischi
    della dimensione indicata dal numero intero
 *  \author Alessandro Bugatti - Marco Valzelli
 *  \version 0.1
 *  \date  Creazione  22/10/2009
 *  \date  Ultima modifica 22/10/2013
 *
 */

#include <stdio.h>

int main()
{
    int nij;
    int asterischi=1;
    int spazi;
    printf("Inserisci n:");
    scanf("%d",& n);
    spazi n;
    for (i=0i<ni++)
    {
        for (j=0j<spazij++)
        {
            printf(" ");
        }
        for (j=0j<asterischij++)
        {
            printf("*");
        }
        printf("\n");
        asterischi+=2;
        spazi--;
    }
    asterischi-=2;
    asterischi-=2;
    spazi+=2;
    for (i=0i<n-1i++)
    {
        for (j=0j<spazij++)
        {
            printf(" ");
        }
        for (j=0j<asterischij++)
            printf("*");
        printf("\n");
        asterischi-=2;
        spazi++;
    }
    return 0;
}