上一页 1 ··· 3 4 5 6 7 8 9 下一页
摘要: #include <iostream> using namespace std; int main() { int N,L,maxx = 0,minn = 0; cin>>N>>L; int a[N],b[N][2]; for(int i = 0;i<3;i++){ cin>>a[i]; maxx 阅读全文
posted @ 2023-06-24 18:27 郭立恒 阅读(41) 评论(0) 推荐(0)
摘要: #include<iostream> #include<bits/stdc++.h> using namespace std; map<string,int>na_mo; int main(){ string name[15],Zname,Pname; int n,mony,m; cin>>n; f 阅读全文
posted @ 2023-06-23 19:59 郭立恒 阅读(33) 评论(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-06-17 19:35 郭立恒 阅读(29) 评论(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-16 20:02 郭立恒 阅读(14) 评论(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-06-03 19:54 郭立恒 阅读(14) 评论(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-05-28 10:30 郭立恒 阅读(17) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2023-05-26 20:40 郭立恒 阅读(0) 评论(0) 推荐(0)
摘要: #include <bits/stdc++.h> #include <ctime> using namespace std; int main(int argc, char** argv) { /* while(1){ srand(time(0)); int a; cin>>a; int b=ran 阅读全文
posted @ 2023-05-13 19:20 郭立恒 阅读(19) 评论(0) 推荐(0)
摘要: #include <iostream> #include "minecraft.h" TxMinecraft mc; using namespace std; void no1(int x,int y,int z){ mc.drawLine(x,y+1,z,x,y+8,z,251,14); mc.d 阅读全文
posted @ 2023-04-22 11:47 郭立恒 阅读(27) 评论(0) 推荐(0)
摘要: #include <iostream> #include "minecraft.h" TxMinecraft mc; using namespace std; void no1(int x,int y,int z){ mc.drawLine(x,y+1,z,x,y+8,z,251,14); mc.d 阅读全文
posted @ 2023-04-16 09:42 郭立恒 阅读(54) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 下一页