#include <stdio.h>
#include <Windows.h>
void main()
{
SetConsoleCP(1251);
SetConsoleOutputCP(1251);
printf("Тимкин Денис");
printf("ПИбд-14");
}