• 个人简介

    彩蛋:在网址输入https://cybermap.kaspersky.com/cn

    #include <stdlib.h>
    #include <time.h>
    #include <Windows.h>
    int main()
    {
    srand((unsigned)time(NULL));
    system("color 02");
    while (1){
    for(int k=0;k<=99;k++)
    if(rand() % 5 >=3)
    printf("%-*d",rand() % 3+2,k%2);
    printf("\n");
    Sleep(50);
    }
    return 0;
    }
    
    数字雨教程
    

    (声明一下,我是原创)🌏

  • 通过的题目

  • 最近活动

    This person is lazy and didn't join any contests or homework.
  • 最近编写的题解

    This person is lazy and didn't write any solutions.