#define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #include <stdlib.h> struct csdn { char name[22]; char password[43]; char email[52]; }; int namemax = -1; int passmax = -1; int mailmax = -1; void init(struct csdn *pdata, char *str) { for (char *p = str; *p != '