// editor2
#include <stdio.h>
int main()
{
int 1  ;
   printf("enter the 8 magical numbers;");
    scanf("%d" ,  &1);
 
    printf("1=%d\n" , 1);
    
    
    return 0 ;
}