Joke Collection Website - Blessing messages - Excuse me, how to type the C language verification code?

Excuse me, how to type the C language verification code?

use strcmp function to compare two strings, one generated string and the other input string, and pass them into the function. If the function returns , it means that the two strings are equal and the input is correct, otherwise the input is wrong. (the header file is imported into string.h).