上一页 1 ··· 5 6 7 8 9 10 11 12 13 下一页
  2023年7月24日
摘要: //字符串的展开 #include <bits/stdc++.h> using namespace std; int p1,p2,p3; string S,Ans; char ToChar(char ch){ if(p1==3){ return '*'; } return p1==1?tolower 阅读全文
posted @ 2023-07-24 19:59 爱吃泡面的皮卡 阅读(83) 评论(0) 推荐(0) 编辑
摘要: #include <iostream>#include "minecraft.h"#include "Windows.h"TxMinecraft mc;using namespace std;int X,Y,Z,id=0,data=0;int a=0;void chu_shi_hua() { X=4 阅读全文
posted @ 2023-07-24 09:40 爱吃泡面的皮卡 阅读(71) 评论(0) 推荐(0) 编辑
  2023年7月22日
摘要: #include <iostream> using namespace std; int main(int argc, char** argv) { char n[8]; int b=0; for(int i=0;i<8;i++){ cin>>n[i]; } for(int i=0;i<8;i++) 阅读全文
posted @ 2023-07-22 08:42 爱吃泡面的皮卡 阅读(9) 评论(0) 推荐(0) 编辑
  2023年7月21日
摘要: #include <bits/stdc++.h> using namespace std; int main(int argc, char** argv) { int N,x,y,X,Y; cin>>N; for(int k=0;k<N;k++){ int m=0,c=0,count=0; stri 阅读全文
posted @ 2023-07-21 20:15 爱吃泡面的皮卡 阅读(14) 评论(0) 推荐(0) 编辑
  2023年7月17日
摘要: #include <iostream> #include "minecraft.h" #include "Windows.h" TxMinecraft mc; using namespace std; int x,y,z,id,data; int b=0; void a(){ mc.setVaria 阅读全文
posted @ 2023-07-17 18:55 爱吃泡面的皮卡 阅读(25) 评论(0) 推荐(0) 编辑
  2023年7月14日
摘要: #include <iostream> #include <string> #include "Windows.h" #include "minecraft.h" TxMinecraft mc; using namespace std; int main(int argc, char** argv) 阅读全文
posted @ 2023-07-14 10:00 爱吃泡面的皮卡 阅读(17) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2023-07-14 08:17 爱吃泡面的皮卡 阅读(0) 评论(0) 推荐(0) 编辑
  2023年7月11日
摘要: #include <iostream> /* run this program using the console pauser or add your own getch, system("pause") or input loop */ using namespace std; int main 阅读全文
posted @ 2023-07-11 09:01 爱吃泡面的皮卡 阅读(12) 评论(0) 推荐(0) 编辑
  2023年7月10日
摘要: #include <iostream> #include <ctime> #include <cstdlib> using namespace std; int main(int argc, char** argv) { /*int x,y,n,ans=0; for(int i=50;i<=60;i 阅读全文
posted @ 2023-07-10 09:46 爱吃泡面的皮卡 阅读(16) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> #include <ctime> #include <cstdlib> using namespace std; int main(int argc, char** argv) { int x,y,symbol,ans; int n,temp,sum=0; s 阅读全文
posted @ 2023-07-10 09:27 爱吃泡面的皮卡 阅读(14) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 下一页