#include <stdio.h>
void main()
{
printf("Oripov Khuseynovich\n");
printf("FIST\n");
printf("-14\n");
printf("29.10.2024");
}