#include<stdio.h>
int main()
{
    int i;
    if(i=1;i<=8,i++)
    scanf("%d",&i);
  printf("Values from 1to8:\n");
    return 0;
}