搜索
编程论坛
→
论坛事务
→
『 新人交流区 』
→ 新人刚到,就发给加密的代码让大家骂骂~~~
标题:
新人刚到,就发给加密的代码让大家骂骂~~~
只看楼主
LeeZ
等 级:
新手上路
帖 子:13
专家分:0
注 册:2007-10-4
楼主
问题点数:0 回复次数:0
新人刚到,就发给加密的代码让大家骂骂~~~
#include"conio.h"
#include"stdio.h"
int main()
{ char a[40];
int i;
printf("input your passwaord:");
gets(a);
for(i=0;i<30;i++)
a[i]=a[i]+i;
puts(a);
getch();
}
搜索更多相关主题的帖子:
新人
代码
2007-10-04 20:27
1
1/1页
1
参与讨论请移步原网站贴子:
https://bbs.bccn.net/thread-175088-1-1.html
关于我们
|
广告合作
|
编程中国
|
清除Cookies
|
TOP
|
手机版
编程中国
版权所有,并保留所有权利。
Powered by
Discuz
, Processed in 1.293596 second(s), 7 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved