Company: Money Forward India_1nov
Difficulty: medium
Develop a security management system! Problem Description You have been assigned to develop a security gate system for an office building. People who want to enter the office building hold their employee ID card or guest card with a barcode printed on it over the security gate. The information read from the barcode is sent to the system you are developing, and based on the employee information and guest card issuance information, the system determines if the person is allowed to enter the building. Step 1 will determine whether or not employees can enter the building, and Step 2 will determine whether or not guests can enter the building. Note that the above description does not yet describe the specifications of the data format or the specific input/output methods. Based on the detailed specifications below, implement a program that includes all the processing described in step 1 and step 2. How to create the program Input to the program is given via the standard input. The newline co