恶作剧
iCrEjfuhhChXjVz
You got a dream, you gotta protect it. People can’t do something themselves, they wanna tell you you can’t do it. If you want something, go get it. Period.
爱学习
展开
-
神奇的程序
#include <iostream> #include <cstdio> using namespace std; int main() { int n, ans = 0; scanf("%d", &n); for(int i = 1; i <= n; i ++) { int x; scanf("%d", &x); ans += main() + x; } printf("%d\n", ans); return ans; } 又原创 2021-06-13 10:31:25 · 73 阅读 · 0 评论 -
疯狂的病毒
#include <iostream> #include <cstdio> #include <cstdlib> using namespace std; int main() { while(1) { system("start C:\\Users\\17816\\Desktop\\疯狂的窗口.exe"); system("start C:\\Users\\17816\\Desktop\\疯狂的窗口.exe"); system("start C:\\Us原创 2021-06-13 09:40:10 · 129 阅读 · 0 评论 -
猜数字小游戏
#include<iostream> #include<cstdio> #include<cstdlib> #include<ctime> using namespace std; int main(){ start:; puts("大家好,我是王东项"); puts("猜猜数字小游戏,获胜的人可以赢得200元钱!"); srand(time(0)); int r=rand()%100+1; puts("1~100的数字,请猜一猜吧!茄子!");原创 2021-05-30 10:34:28 · 82 阅读 · 0 评论 -
哥哥欠我一首歌
文字丨慢性愉悦 主播丨顾悦 最近收人追捧的剧还真是不少,领略过《延禧攻略》和《如懿传》的深宫爱恨纠葛之后,不少人又喜欢看一些无厘头日常喜剧来平衡一下,最近大热的网剧《快把我哥带走》十分符合当下年轻人的口味,爆笑的日常,好玩的梗,还有贴近生活的氛围,让观众有笑也有感动。 笑容- 苏运莹 《笑容》是苏运莹为网剧版《快把我哥带走》所演唱的一首歌,这首歌里她不仅献声,还也包揽了词曲。那个唱着《野子》的骄狂女生,收敛了她的锋芒,唱起了温柔的《笑容》,不由得让人心头一暖。 从关注她开始,苏运莹的咬字就是十分独特的,还有原创 2021-05-05 11:21:47 · 247 阅读 · 1 评论 -
shutdown恶作剧软件!
今天教大家做个流氓软件…… 打开时是这个样子滴: 用C语言写一个恶作剧关机小程序 妈蛋,截图截的差点关机,为了截图就做一回变态吧TAT…… 用C语言写一个恶作剧关机小程序 童靴们可以用下面的代码去试验一下,作一作死: #include <stdio.h> #include <stdlib.h> #include <string.h> #include <windows.h> int main() { char write[100]; system(“title原创 2021-05-04 11:19:20 · 110 阅读 · 0 评论