上一页 1 ··· 8 9 10 11 12 13 下一页
  2023年6月6日
摘要: #include <iostream> using namespace std; int main(int argc, char** argv) { bool x,z,c,v,b,n,m; int a=0; x=z=c=v=b=n=m=true; z=!z; v=!v; n=!n; c=!c; n= 阅读全文
posted @ 2023-06-06 15:49 爱吃泡面的皮卡 阅读(5) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> using namespace std; int main(int argc, char** argv) { int x; int a; string d; cout<<"请输入一个字符,*,/,+,-"; cin>>d; cout<<"请输入第一个数字"; 阅读全文
posted @ 2023-06-06 15:22 爱吃泡面的皮卡 阅读(20) 评论(0) 推荐(0) 编辑
  2023年5月27日
摘要: #include <iostream> #include <string> #include "minecraft.h" #include <Windows.h> using namespace std; TxMinecraft mc; int main(int argc, char** argv) 阅读全文
posted @ 2023-05-27 09:59 爱吃泡面的皮卡 阅读(16) 评论(0) 推荐(0) 编辑
  2023年5月26日
摘要: 朱迪和狐尼克 #include <iostream> #include <string> #include "minecraft.h" using namespace std; TxMinecraft mc; int main(int argc, char** argv) { bool con = 阅读全文
posted @ 2023-05-26 20:28 爱吃泡面的皮卡 阅读(13) 评论(0) 推荐(0) 编辑
  2023年5月20日
摘要: #include <iostream> using namespace std; int main(int argc, char** argv) { /*int a,b,c; cin>>a>>b>>c; if(a==b&&a==c&&b==c){ cout<<"这个三角形是等边三角形"; }else 阅读全文
posted @ 2023-05-20 09:01 爱吃泡面的皮卡 阅读(31) 评论(0) 推荐(0) 编辑
  2023年4月16日
摘要: #include <iostream> #include <string> #include "minecraft.h" using namespace std; TxMinecraft mc; int main(int argc, char** argv) { bool con = mc.Conn 阅读全文
posted @ 2023-04-16 10:00 爱吃泡面的皮卡 阅读(13) 评论(0) 推荐(0) 编辑
  2023年3月18日
摘要: #include <iostream>#include <string>#include "minecraft.h"using namespace std;TxMinecraft mc;int main(int argc, char** argv) { bool con = mc.ConnectMi 阅读全文
posted @ 2023-03-18 18:35 爱吃泡面的皮卡 阅读(12) 评论(0) 推荐(0) 编辑
  2023年3月17日
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <link rel="stylesheet" href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.m 阅读全文
posted @ 2023-03-17 19:55 爱吃泡面的皮卡 阅读(26) 评论(0) 推荐(0) 编辑
  2023年3月12日
摘要: #include <iostream> #include <string> #include "minecraft.h" using namespace std; TxMinecraft mc; int main(int argc, char** argv) { bool con = mc.Conn 阅读全文
posted @ 2023-03-12 09:59 爱吃泡面的皮卡 阅读(20) 评论(0) 推荐(0) 编辑
  2023年3月11日
摘要: <html> <head> <link rel="stylesheet" href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css"> <script src="https://cdn.staticf 阅读全文
posted @ 2023-03-11 18:43 爱吃泡面的皮卡 阅读(21) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 下一页