摘要: #include <bits/stdc++.h> using namespace std; int main(int argc, char** argv) { string a="sanguosha"; for(int i=0;i<a.size();i++){ char b=a[i]; int c= 阅读全文
posted @ 2023-06-16 19:24 fushuxuan1 阅读(27) 评论(0) 推荐(0)
摘要: #include <iostream> #include <bits/stdc++.h> using namespace std; int main(){ cout<<setw(24)<<"********"<<endl; cout<<setw(27)<<"************"<<endl; 阅读全文
posted @ 2023-06-08 09:36 fushuxuan1 阅读(72) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2023-06-07 19:57 fushuxuan1 阅读(7) 评论(0) 推荐(0)
摘要: #include <iostream> using namespace std; int main(int argc, char** argv) { string a; int max=100,min=0,x=1; cout<<"请在你心里想一个1~100的数字,我来猜"<<endl; system 阅读全文
posted @ 2023-06-07 18:13 fushuxuan1 阅读(40) 评论(0) 推荐(0)
摘要: #include <iostream> #include <cstdlib> #include <ctime> using namespace std; int main(int argc, char** argv) { srand(time(0)); int a,x[10]; for(int i= 阅读全文
posted @ 2023-06-07 17:00 fushuxuan1 阅读(13) 评论(0) 推荐(0)
摘要: #include <iostream>#include "minecraft.h"#include <Windows.h>using namespace std;TxMinecraft mc;int main() { bool con=mc.ConnectMinecraft("zk","08bd17 阅读全文
posted @ 2023-05-28 11:00 fushuxuan1 阅读(12) 评论(0) 推荐(0)
摘要: #include <iostream>#include <string>#include "minecraft.h"using namespace std;TxMinecraft mc;int main(int argc, char** argv) { bool con=mc.ConnectMine 阅读全文
posted @ 2023-05-27 20:00 fushuxuan1 阅读(45) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2023-05-13 19:41 fushuxuan1 阅读(15) 评论(0) 推荐(0)
摘要: <link rel="stylesheet" href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css"> <script src="https://cdn.staticfile.org/jquery 阅读全文
posted @ 2023-05-13 19:38 fushuxuan1 阅读(27) 评论(0) 推荐(0)
摘要: https://icons.bootcss.com/#icons 官方图标库 https://www.runoob.com/try/demo_source/bootstrap-glyph-customization.htm 在线定制字体图标 阅读全文
posted @ 2023-05-13 19:37 fushuxuan1 阅读(20) 评论(0) 推荐(0)