#include <iostream.h>
#include <conio.h>
#include <io.h>
#include <string.h>
#include <stdio.h>
#include <process.h>
typedef struct sandogh
{
int input1;
char date1[30];
};
typedef struct factor
{
int code_k;
int code_c;
int count;
};
typedef struct input_p_k
{
char name_k[30];
char...