码迷,mamicode.com
首页 > 其他好文 > 详细

闪瞎你的眼睛

时间:2017-08-27 13:28:35      阅读:175      评论:0      收藏:0      [点我收藏+]

标签:turn   include   stdio.h   stream   cst   space   names   i++   ios   

#include <stdio.h>
#include<iostream>
#include<cstring>
#include <stdlib.h>
#include <Windows.h>  
using namespace std;
char a[]={0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F};
int n=52,jj=197;
int main()
{  
    for(int i=1;i<=n;i++){
        for(int j=1;j<=jj;j++){
            if(i==1 || i==n || j==1 || j==jj)cout<<1;
            else cout<<0;
        }
        cout<<endl;
    }
    system("@echo off");
    while(1)
    for(int i=0;i<=15;i++)
        for(int j=0;j<=15;j++){
            if(i!=j){
                char s[]="@color ";
                s[7]=a[i];s[8]=a[j];
               system(s);
//               for(int k=0;k<=7;k++)cout<<s[k];
//               cout<<endl;
           }
           for(int k=1;k<=100000;k++);
       }
    return 0;  
} 

 

闪瞎你的眼睛

标签:turn   include   stdio.h   stream   cst   space   names   i++   ios   

原文地址:http://www.cnblogs.com/A1269180380/p/7440126.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!