#include
#include
main()
{
int i,n;
clrscr();
printf("n=");
scanf ("%d",&n);
for (i=1;i<=n;i++)
{
printf("%d ", i);
if (i*2<=n)
printf("%d ", i*2);
if (i*3<=n)
printf("%d",i*3);
printf("\n");
}
getch();
}
One of the most astonishing old town on the planet Old City of Jerusalem
-
Jerusalem is perhaps the most established city on the planet . By measuring
its history and its multifaceted nature, on the off chance that we think
about ...
Hace 5 años
0 comentarios:
Publicar un comentario