摘要: #include <iostream> #include <string> #include "Windows.h" #include "minecraft.h" #include <cstring> TxMinecraft mc; using namespace std; struct Blook 阅读全文
posted @ 2023-06-24 20:02 爱吃泡面的皮卡 阅读(15) 评论(0) 推荐(0)
摘要: #include <iostream> using namespace std; int main(int argc, char** argv) { system("pause"); int a[7]={1,2,3,4,5,6,7}; for (int i=1;i<8;i++){ cout<<a[7 阅读全文
posted @ 2023-06-24 16:23 爱吃泡面的皮卡 阅读(32) 评论(0) 推荐(0)
摘要: #include <iostream> #include <ctime> #include <cstdlib> using namespace std; int main(int argc, char** argv) { int a,n; bool s=false; cout<<"抽奖程序"<<en 阅读全文
posted @ 2023-06-24 09:25 爱吃泡面的皮卡 阅读(34) 评论(0) 推荐(0)
摘要: #include <iostream> using namespace std; /* run this program using the console pauser or add your own getch, system("pause") or input loop */ int main 阅读全文
posted @ 2023-06-24 08:55 爱吃泡面的皮卡 阅读(19) 评论(0) 推荐(0)
摘要: #include <iostream> using namespace std; /* run this program using the console pauser or add your own getch, system("pause") or input loop */ int main 阅读全文
posted @ 2023-06-24 08:40 爱吃泡面的皮卡 阅读(11) 评论(0) 推荐(0)