摘要: #include <stdio.h> #include<iostream> #include <iomanip> using namespace std; int main(){ int data[9][9]; int i=0; int j=0; for(i=0;i<9;i++){ for (j=0 阅读全文
posted @ 2023-07-28 18:41 爱吃泡面的皮卡 阅读(20) 评论(0) 推荐(0)
摘要: #include <iostream> using namespace std; int main(int argc, char** argv) { int n,b,c; cin>>n; int a[n]; for(int i=0;i<n;i++){ cin>>a[i]; } for(int i=0 阅读全文
posted @ 2023-07-26 19:24 爱吃泡面的皮卡 阅读(18) 评论(0) 推荐(0)
摘要: #include <iostream> #include <cmath> using namespace std; /* run this program using the console pauser or add your own getch, system("pause") or input 阅读全文
posted @ 2023-07-26 09:09 爱吃泡面的皮卡 阅读(66) 评论(0) 推荐(0)
摘要: //字符串的展开 #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 爱吃泡面的皮卡 阅读(111) 评论(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 爱吃泡面的皮卡 阅读(111) 评论(0) 推荐(0)
摘要: #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 爱吃泡面的皮卡 阅读(24) 评论(0) 推荐(0)
摘要: #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 爱吃泡面的皮卡 阅读(35) 评论(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-07-14 10:00 爱吃泡面的皮卡 阅读(31) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2023-07-14 08:17 爱吃泡面的皮卡 阅读(0) 评论(0) 推荐(0)
摘要: #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 爱吃泡面的皮卡 阅读(21) 评论(0) 推荐(0)