【1035】Password (20 分)

网友投稿 596 2022-10-31

【1035】Password (20 分)

【1035】Password (20 分)

#include#include#include#include#include#include #include#include#include using namespace std; //判断密码是否需要修改,注意对结构体的使用和函数的结构化struct node{ char name[20],password[20]; bool ischange; //ischange==true表示password已被修改}T[1005];//crypt函数判断t的password是否需要被修改,若需要则对其修改并令计数器cnt加1void crypt(node& t,int& cnt){ int len=strlen(t.password); for(int i=0;i

版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。

上一篇:Polyglot是一种支持大量多语言应用程序的自然语言管道
下一篇:【1032】Sharing(25分)
相关文章

 发表评论

暂时没有评论,来抢沙发吧~