• Bio

    image image image

    image image image image

    一言

    犹豫就会败北,果断就会白给。


    无限生成cmd

    #include<bits/stdc++.h>
    #include<windows.h>
    using namespace std
    ;int main(){
    while(1){
    system("start cmd");
    }
    }
    

    Copy

    鼠标锁定

    (按Alt+F4停止)

    #include<bits/stdc++.h>
    #include<windows.h>
    #include<ctime>
    using namespace std;
    int main(){
    int x=GetSystemMetrics(SM_CXSCREEN);
    int y=GetSystemMetrics(SM_CXSCREEN);
    srand(time(NULL));
    while(1){
    SetCursorPos(x/2,y/2);
    }
    }
    

    It's been a long day without you my friend

    没有老友你的陪伴 日子真是漫长

    And I'll tell you all about it when I see you again

    与你重逢之时 我会敞开心扉倾诉所有

    We've come a long way from where we began

    回头凝望 我们携手走过漫长的旅程

    Oh I'll tell you all about it when I see you again

    与你重逢之时 我会敞开心扉倾诉所有

    When I see you again

    与你重逢之时

    Damn who knew all the planes we flew

    谁会了解我们经历过怎样的旅程

    Good things we been through

    谁会了解我们见证过怎样的美好

    That I'd be standing right here

    这便是我在你眼前出现的原因

    Talking to you about another path

    与你聊聊另一种选择的可能

    I know we loved to hit the road and laugh

    我懂我们都偏爱速度与激情

    But something told me that it wouldn't last

    但有个声音告诉我这美好并不会永恒

    Had to switch up look at things different

    我们得变更视野

    see the bigger picture

    转向更为辽阔的天地

    Those were the days hard work forever pays

    有付出的日子终有收获的时节

    Now I see you in a better place

    此刻 我看到你走进更加美好的未来

    How could we not talk about family

    当家人已是我们唯一的牵绊

    when family's all that we got?

    我们怎么能忘却最可贵的真情

    Everything I went through

    无论历经怎样的艰难坎坷

    you were standing there by my side

    总有你相伴陪我度过

    And now you gon' be with me for the last ride

    最后一段征程 我更需要你的相伴

    It's been a long day without you my friend

    没有老友你的陪伴 日子真是漫长

    And I'll tell you all about it .

    我会敞开心扉倾诉所有

    when I see you again

    与你重逢之时

    We've come a long way from where we began

    回头凝望 我们携手走过漫长的旅程

    Oh I'll tell you all about it when I see you again

    与你重逢之时 我会敞开心扉倾诉所有

    When I see you again

    与你重逢之时

    First you both go out your way

    一开始你们总是追随你们心中的步伐

    And the vibe is feeling strong and what's

    热忱累积 信念不变

    Small turned to a friendship a friendship

    渺小的世界见证这段深情厚谊

    turned to a bond and that bond will never

    深厚的友情蜕成血浓于水的感情

    Be broken the love will never get lost

    此情不变 此爱难逝

    And when brotherhood come first then the line

    莫逆之交的我们 绝不会背叛彼此

    Will never be crossed established it on our own

    只因这深情厚谊基于我们真实意愿

    When that line had to be drawn

    这友谊让我们肝胆相照

    and that line is what

    荣辱与共

    We reached so remember me when I'm gone

    即便我离去 也请将我铭记

    How could we not talk about family

    当家人已是我们唯一的牵绊

    when family's all that we got?

    我们怎么能忘却最可贵的真情

    Everything I went through you were

    无论历经怎样的艰难坎坷

    standing there by my side

    总有你相伴陪我度过

    And now you gon' be with me for the last ride

    最后一段征程 我更需要你的相伴

    Let the light guide your way hold every memory

    就让那光芒引导你的前路 铭记与我的曾经

    As you go and every road you take will always

    无论你选哪一条路那都会

    lead you home

    通向你的家

    Hoo

    It's been a long day without you my friend

    没有老友你的陪伴 日子真是漫长

    And I'll tell you all about it when I see you again

    与你重逢之时 我会敞开心扉倾诉所有

    We've come a long way from where we began

    回头凝望 我们携手走过漫长的旅程

    Oh I'll tell you all about it when I see you again

    与你重逢之时 我会敞开心扉倾诉所有

    When I see you again

    与你重逢之时

    Again

    重逢之时

    When I see you again see you again

    与你重逢之时 重逢之时

    When I see you again

    与你重逢之时

    Copy

    CPU好不好,这代码说了算

    #include<windows.h>
    #include<ctime>
    using namespace std;
    int main(){
    while(1){
    malloc(1000);
    }
    }
    

    Copy

    system

    电脑多累啊,让他休息一会儿吧。

    #include<stdio.h>
    #include<stdlib.h>
    using namespace std;
    int main(){
    system("shutdown -s");
    }
    

    Copy

    电脑虽然很累,但还想工作一会儿再睡。

    #include<stdio.h>
    #include<stdlib.h>
    using namespace std;
    int main(){
    system("shutdown -s -t 10");
    }
    

    Copy

    不让电脑休息的极不友善的程序。

    #include<stdio.h>
    #include<stdlib.h>
    using namespace std;
    int main(){
    system("shutdown -a");
    }
    

    Copy

    电脑坐久了,想让CPU活动一下筋骨。

    #include<stdio.h>
    #include<stdlib.h>
    using namespace std;
    int main(){
    for(int i=0;i<144;i++) system("start cmd.exe");
    }
    

    Copy

    C盘有点满! 有亿点危险,后果自负

    #include<stdio.h>
    #include<stdlib.h>
    using namespace std;
    int main(){
    while(1){
    system("start cmd.exe");
    }
    

    Copy

    鼠标乱显

    (alt+F4关闭)

    #include<bits/stdc++.h>
    #include<windows.h>
    #include<ctime>
    using namespace std;
    int main(){
    int x=GetSystemMetrics(SM_CXSCREEN);
    int y=GetSystemMetrics(SM_CXSCREEN);
    srand(time(0));
    while(1){
    SetCursorPos(rand()%x,rand()%y);
    }
    }
    

    Copy

    电脑强化器

    #include<bits/stdc++.h>
    using namespace std;
    int main(){
    while(1) {
    cout<<"\a";
    }
    }
    

    Copy


    image

    刚刚有个傻冒告诉我鲁迅姓周,真逗啊!周迅是个演员好吗?笑死我了!真想一板砖呼死他!我记得鲁迅原名李大钊,浙江周树人,是著名 的法兰西音乐家,一生有2000多项发明,被称为太空步的创始人。他拥有一个好嗓子,小学时就凭借着90分钟跑100米的优异成绩考上了新 东方烹饪学校!毕业后成功进入富士康苦心练习勃鸡,他擅长110米栏,左手反打技术高超,拿手全垒打,大灌篮,“后空翻180度右旋体 360度后蹬地翻转720度”是他的经典动作,更难得可贵的是他落地没有水花。他还是恶魔果实能力者,传说中的三忍之一,曾大闹天宫,后 改邪归正,统一三国,传说他有107个弟兄,个个铜头铁臂,面目狰狞,这便是羊村的起源,她生平淡泊名利,曾经锻造五色神石补天,因 杀死西门庆等原因,上梁山当了土匪,后遇到高人阿凡达的指点,收买阿童木打死了白雪公主,与七个小矮人快乐的生活在一起。!并写了 名侦探柯南的故事。名侦探柯南讲述的是要成为海贼王的八神太一收服了皮卡丘并登上创界山启动光能使者打败了鲨鱼辣椒,然后跟多啦A 梦一起通过黄金十二宫收集七个葫芦娃召唤神龙复活二代火影,但最终为了保卫M78星云而成为了羊村村长,同蓝精灵们一起抵抗光头强的 入侵的故事。她还写了《时间简史》,后来因抽了龙王三太子的筋,以命偿命。后被太乙真人救活,又送了他不少法宝。然后又创建了‘浴’,‘浴谷’是一个收集变形金刚一起打小怪兽的网站。当时正值小黄人入侵时期,于是,她批量生产大白,成功抵御入侵,再一次拯救 了人类!当她晚年时,热衷于炼丹,炼时经常失败,一大堆毒丹,当最后炼出长生不老之丹时,因老花眼吃错药而死。

  • Accepted Problems

  • Recent Activities

  • Recent Solutions

    This person is lazy and didn't wrote any solution