2043nbsp专题

HDOJnbsp;nbsp;2043nbsp;nbsp;nbsp;密码

题目:http://acm.hdu.edu.cn/showproblem.php?pid=2043 #include <string.h> #include <stdio.h> int main() {     char s[1005];     int n,l,a;     scanf("%d",&n);     while(n--)     {         scanf("%s",s);