编写题解 1781: 登陆验证问题(一) 摘要:#include <stdio.h> #include <string.h> int main() { char username[21]; // 存储账号的字符数组 ch…… 题解列表 2024年04月07日 1 点赞 0 评论 123 浏览 评分:0.0
登陆验证问题(一) 摘要:注意事项:库函数strcmp要提前用<string.h>声明;如果strcmp(x,y)==0,数组x与y完全一样;参考代码:#include<stdio.h>#include<string.h>in…… 题解列表 2024年12月21日 1 点赞 0 评论 146 浏览 评分:10.0