摘要: #include <iostream> #include <string> #include "minecraft.h" #include <Windows.h> using namespace std; TxMinecraft mc; int main(int argc, char** argv) 阅读全文
posted @ 2023-06-17 19:48 爱吃泡面的皮卡 阅读(23) 评论(0) 推荐(0)
摘要: #include <iostream> #include <ctime> #include <cstdlib> using namespace std; int main(int argc, char** argv) { /*int a,n; cout<<"抽奖程序"<<endl<<"请输入一个1- 阅读全文
posted @ 2023-06-17 09:27 爱吃泡面的皮卡 阅读(17) 评论(0) 推荐(0)
摘要: #include <iostream> #include <ctime> #include <cstdlib> using namespace std; int main(int argc, char** argv) { int a,n; cout<<"抽奖程序"<<endl<<"请输入一个1-5的 阅读全文
posted @ 2023-06-17 08:48 爱吃泡面的皮卡 阅读(16) 评论(0) 推荐(0)