摘要:
#include <stdio.h> #include <string.h> #include <stdlib.h> struct sysuser{ char username[20]; char password[8]; }; void encrypt_(char *pwd); int main( 阅读全文
posted @ 2021-09-27 11:21
就是想学习
阅读(77)
评论(0)
推荐(0)
摘要:
#include <stdio.h> #include <stdlib.h> #include <math.h> int prime(int n); int main(void){ int n = 2, count = 0; FILE * fp; if ((fp = fopen("prime.txt 阅读全文
posted @ 2021-09-27 10:46
就是想学习
阅读(80)
评论(0)
推荐(0)
浙公网安备 33010602011771号