摘要: //枚举 #include <iostream> using namespace std; int main() { int n; cin>>n; int a[n],i; for(int j = 1;j<=n;j++){ cin>>a[j]; if(a[j]<i){ i = a[j]; } } i 阅读全文
posted @ 2022-09-22 19:52 王一行 阅读(27) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2022-09-20 19:47 王一行 阅读(0) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2022-09-18 20:08 王一行 阅读(0) 评论(0) 推荐(0)
摘要: P1000 #include <iostream> using namespace std; int main(int argc, char** argv) { cout<<" ********"<<endl <<" ************"<<endl <<" ####....#."<<endl 阅读全文
posted @ 2022-09-14 21:54 王一行 阅读(20) 评论(0) 推荐(0)
摘要: #include <iostream> #include <string> using namespace std; void er(){ cout<<"请输入一个二进制的数:"; } void ba(){ cout<<"请输入一个八进制的数:"; } void shi(){ cout<<"请输入一 阅读全文
posted @ 2022-09-12 22:32 王一行 阅读(32) 评论(0) 推荐(0)
摘要: #include <iostream> #include <string> using namespace std; int main() { /*string a; int p = 1; int s = 0; cout<<"请输入一个二进制数:"; cin>>a; for(int i = a.le 阅读全文
posted @ 2022-09-12 21:28 王一行 阅读(39) 评论(0) 推荐(0)
摘要: #include <iostream> #include <string> #include "minecraft.h" using namespace std; TxMinecraft mc; int main(int argc, char** argv) { bool con = mc.Conn 阅读全文
posted @ 2022-09-11 21:55 王一行 阅读(25) 评论(0) 推荐(0)
摘要: #include <iostream> using namespace std; int main(int argc, char** argv) { int a = 1; for(int c = 1;c<10;c++){ for(int d = 0;d<9;d++){ cout<<a+d<<"x"< 阅读全文
posted @ 2022-09-11 21:53 王一行 阅读(111) 评论(0) 推荐(0)
摘要: //1.初始化参数 #include <iostream> #include <string> #include "minecraft.h" using namespace std; TxMinecraft mc; void wang(int x,int y,int z,int id,int dat 阅读全文
posted @ 2022-09-11 21:51 王一行 阅读(198) 评论(0) 推荐(0)
摘要: #include <iostream> #include <string> #include "minecraft.h" using namespace std; TxMinecraft mc; int main(int argc, char** argv) { bool con = mc.Conn 阅读全文
posted @ 2022-09-11 21:50 王一行 阅读(45) 评论(0) 推荐(0)