#include<stdio.h>
#include<stdlib>
struct employee {
    char name[100];
    int empid;