admin管理员组文章数量:1130349
直接上代码
建议全屏
#include<bits/stdc++.h>
#define r(x) (rand()%x)
using namespace std;
int main(){
system("color 02");
int i = 1 ;
while(1){
printf("%d",r(2));
if(i%145==0||i%347==0||i%85==0||i%203==0||i%101==0){
printf("\n");
}
if(i%3==0|i%5==0||i%7==0){
printf(" ");
}
if(i%10000==0){
system("color 04");
}
if(i%20000==0){
system("color 03");
}
if(i%30000==0){
system("color 05");
}
if(i%40000==0){
system("color 06");
}
if(i%50000==0){
system("color 02");
}
if(i%50000==0){
i=0;
}
i++;
}
return 0 ;
}
直接上代码
建议全屏
#include<bits/stdc++.h>
#define r(x) (rand()%x)
using namespace std;
int main(){
system("color 02");
int i = 1 ;
while(1){
printf("%d",r(2));
if(i%145==0||i%347==0||i%85==0||i%203==0||i%101==0){
printf("\n");
}
if(i%3==0|i%5==0||i%7==0){
printf(" ");
}
if(i%10000==0){
system("color 04");
}
if(i%20000==0){
system("color 03");
}
if(i%30000==0){
system("color 05");
}
if(i%40000==0){
system("color 06");
}
if(i%50000==0){
system("color 02");
}
if(i%50000==0){
i=0;
}
i++;
}
return 0 ;
}
版权声明:本文标题:防黑客代码puls版(无毒,c++) 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:https://it.en369.cn/jiaocheng/1763808581a2965474.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。


发表评论