三次密碼輸入

#define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #include <stdlib.h> int main() { int i = 1; char password[6] = {0}; for (; i <= 3;++i) { printf("請輸入密碼\n"); scanf("%s", password); if (strcm
相關文章
相關標籤/搜索