- UID
- 3725
注册时间2005-10-14
阅读权限30
最后登录1970-1-1
龙战于野

TA的每日心情 | 无聊 2024-12-26 09:55 |
---|
签到天数: 88 天 [LV.6]常住居民II
|
发表于 2007-2-18 17:01:26
|
显示全部楼层
原帖由 hbqjxhw 于 2007-2-16 17:02 发表
我的用户名刚好够格*^__^*)
这是我的注册机:
#include <stdio.h>
#include <string.h>
void main(){
int num[10];
int i,temp=0,len;
char name[7];
printf("Enter your name:");
gets(name);
len=strlen(name);
for(i=0;i<3;i++)
temp+=name*name[6-i];
temp*=temp;
temp^=name[3];
i=0;
do
{
num=temp%10;
temp/=10;
i++;
}
while (temp!=0);
printf("Serial:%d%d%d%d%d%d%d79\n",num[i-4],num[i-5],num[i-6],num[i-7],num[i-1],num[i-2],num[i-3]);
}
:lol: :lol: :lol: |
|