diff --git a/1.0.cpp b/1.1.cpp similarity index 99% rename from 1.0.cpp rename to 1.1.cpp index 8cfc192..90fb582 100644 --- a/1.0.cpp +++ b/1.1.cpp @@ -83,6 +83,7 @@ void New(){ static int number=0; if(strcmp(NEW,Q)==0) nn=0; else if(nn!=0) { + strcpy(person[number].name,NEW); printf("设置您的六位数密码(数字)\n"); int n; for(;;) { diff --git a/1.0.exe b/1.1.exe similarity index 78% rename from 1.0.exe rename to 1.1.exe index 7bab778..70663f7 100644 Binary files a/1.0.exe and b/1.1.exe differ diff --git a/register.txt b/register.txt index e59c759..68d3527 100644 Binary files a/register.txt and b/register.txt differ