摘要: #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)
摘要: #include <iostream> #include <string> #include "Windows.h" #include "minecraft.h" TxMinecraft mc; using namespace std; int main(int argc, char** argv) 阅读全文
posted @ 2023-06-18 10:03 爱吃泡面的皮卡 阅读(8) 评论(0) 推荐(0)
摘要: /*#include <iostream> using namespace std; int main(int argc, char** argv) { string a; cin>>a; for(int i=0;i<a.size();i++){ char b=a[i]; int c=b; cout 阅读全文
posted @ 2023-06-18 08:11 爱吃泡面的皮卡 阅读(13) 评论(0) 推荐(0)
摘要: #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)