上一页 1 ··· 7 8 9 10 11 12 13 14 15 16 下一页
摘要: #include <iostream> #include "minecraft.h" #include <string> using namespace std; TxMinecraft mc; int x=0,y=0,z=0; int main(int argc, char** argv) { b 阅读全文
posted @ 2023-07-07 20:30 王ys 阅读(21) 评论(0) 推荐(0)
摘要: #include <iostream> using namespace std; int main(int argc, char** argv) { int n; cin>>n; int l[1000],r[1000],h[1000]; for(int i=1;i<=n;i++){ cin>>h[i 阅读全文
posted @ 2023-07-01 18:24 王ys 阅读(26) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2023-06-25 10:03 王ys 阅读(10) 评论(0) 推荐(0)
摘要: #include <iostream> #include "minecraft.h" #include <string> TxMinecraft mc; using namespace std; struct c{ int x; int y; int z; int id; int data; int 阅读全文
posted @ 2023-06-25 10:01 王ys 阅读(23) 评论(0) 推荐(0)
摘要: #include <iostream> using namespace std; int main(int argc, char** argv) { int n,l; cin>>n>>l; int m[n]; int Max=0,Min=0; for(int i=0;i<n;i++){ cin>>m 阅读全文
posted @ 2023-06-24 18:44 王ys 阅读(19) 评论(0) 推荐(0)
摘要: #include <iostream> #include <map> #include <bits/stdc++.h> using namespace std; map<string,int>name_mon; int main(int argc, char** argv) { string nam 阅读全文
posted @ 2023-06-23 19:58 王ys 阅读(21) 评论(0) 推荐(0)
摘要: #include <iostream> #include <cmath> using namespace std; int main(int argc, char** argv) { string a; int max=100,min=0; while(a!="对了"){ cout<<"猜是"<<( 阅读全文
posted @ 2023-06-07 18:21 王ys 阅读(57) 评论(0) 推荐(0)
摘要: #include <iostream> #include <cstdlib> #include <ctime> using namespace std; int main(int argc, char** argv) { int a[10]; int m; srand(time(0)); for(i 阅读全文
posted @ 2023-06-07 17:02 王ys 阅读(24) 评论(0) 推荐(0)
摘要: #include <iostream> #include "minecraft.h" #include <string> using namespace std; TxMinecraft mc; int x=0,y=0,z=0; int main(int argc, char** argv) { b 阅读全文
posted @ 2023-05-28 08:53 王ys 阅读(19) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2023-05-27 20:07 王ys 阅读(18) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 13 14 15 16 下一页