C 模擬用戶登錄,且只能登錄三次

1.程序代碼 #define _CRT_SECURE_NO_WARNINGS 1 #include <string.h> #include <stdio.h> #include <Windows.h> int main() { char p_w[10] = "";//定義一個字符串 供用戶輸入密碼 int i = 0;   for (i = 0; i < 3; i++) { printf("請輸入
相關文章
相關標籤/搜索