上一页 1 ··· 7 8 9 10 11 12 13 下一页
  2023年6月24日
摘要: #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 爱吃泡面的皮卡 阅读(23) 评论(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 爱吃泡面的皮卡 阅读(9) 评论(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 爱吃泡面的皮卡 阅读(5) 评论(0) 推荐(0) 编辑
  2023年6月18日
摘要: #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 爱吃泡面的皮卡 阅读(4) 评论(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 爱吃泡面的皮卡 阅读(5) 评论(0) 推荐(0) 编辑
  2023年6月17日
摘要: #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 爱吃泡面的皮卡 阅读(15) 评论(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 爱吃泡面的皮卡 阅读(8) 评论(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 爱吃泡面的皮卡 阅读(11) 评论(0) 推荐(0) 编辑
  2023年6月8日
摘要: #include <iostream> using namespace std; int main(int argc, char** argv) { int c; cout<<"请输入你要判断的数:"<<endl; system("pause"); cin>>c; if(c%2==0||c%3==0 阅读全文
posted @ 2023-06-08 09:56 爱吃泡面的皮卡 阅读(26) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> using namespace std; int main(int argc, char** argv) { float tang,shui,tangshui; tang=15*0.2; tangshui=tang/0.15; shui=tangshui-ta 阅读全文
posted @ 2023-06-08 09:23 爱吃泡面的皮卡 阅读(6) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 下一页