#include<stdio.h>
#include<stdlib.h>
int main ()
{
double a;
printf("Vvedite zagadochnoe chislo zieg");
scanf("a=%lf\n", &a);
if(a==1488)
{
printf("Kosherno");
system("pause");
return 0;
}
else
printf("GORI V ADU , DEDbI VOEVALI!!!!");
system("pause");
return 0;
}