請設計 一個密碼生成器,要求隨機生成4組10位密碼(C語言)

請設計 一個密碼生成器,要求隨機生成4組10位密碼(密碼只能由字母和數字組成),每一組必須包含至少一個大寫字母,每組密碼不能相同,輸出生成的密碼.設計   #include<stdio.h> #include<time.h> #include<stdlib.h>blog int getchar(); void test(int array[]);get int main(){          i
相關文章
相關標籤/搜索