- 博客(3)
- 资源 (3)
- 问答 (1)
- 收藏
- 关注
原创 C++的整人程序
C++的整人程序! 如果…… 有人在你面前耍你的话…… 可以…… 把这运行结果发给他…… 然后…… 好玩的事发生了…… 废话不多说,上码!!! #include<windows.h> #include<ctime> using namespace std; int main() { int x=GetSystemMetrics(SM_CXSCREEN); int y=GetSystemMetrics(SM_CYSCREEN); srand(time(0)
2021-05-15 22:24:31
2514
5
原创 C++的刷屏器
C++的刷屏器! 废话不多说,上码!!! #include <iostream> #include <cstdio> #include <windows.h> using namespace std; int main() { int n,bt; cout<<"你好,刷屏工具即将开启!"<<endl; cout<<"请将你要刷屏的窗口打开~"<<endl; system("pause"); syst
2021-05-15 22:01:12
678
2
原创 各种编程语言的“Hello World!”~
各种编程语言的“Hello World!”~ 上码!!! Scratch/Kitten Python print("Hello World!") C #include <stdio.h> int main() { printf("Hello World!\n"); return 0; } C++ #include <stdio.h> using namespace std; int main() { printf("Hello Wor.
2021-05-15 21:55:36
489
1
关于一个关于最小公倍数的数学问题
2022-04-06
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅