07 2023 档案

摘要:1 #include <iostream> 2 using namespace std; 3 int a(int c){ 4 if(c<=2){ 5 return c; 6 }else{ 7 return a(c-1)+(c-2); 8 } 9 } 10 int main(int argc, cha 阅读全文
posted @ 2023-07-31 19:31 黛玉醉打将门神 阅读(20) 评论(0) 推荐(0)
摘要:1 #include <iostream> 2 using namespace std; 3 int zuida(int c,int k){ 4 if(c%k==0){ 5 return k; 6 }else{ 7 return zuida(k,c%k); 8 } 9 } 10 int main(i 阅读全文
posted @ 2023-07-31 19:16 黛玉醉打将门神 阅读(18) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2023-07-26 19:23 黛玉醉打将门神 阅读(0) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2023-07-24 20:09 黛玉醉打将门神 阅读(0) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2023-07-22 20:32 黛玉醉打将门神 阅读(0) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2023-07-21 20:17 黛玉醉打将门神 阅读(0) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2023-07-20 20:27 黛玉醉打将门神 阅读(0) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2023-07-19 20:33 黛玉醉打将门神 阅读(0) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2023-07-14 20:29 黛玉醉打将门神 阅读(3) 评论(0) 推荐(0)
摘要:1 #include <iostream> 2 #include "minecraft.h" 3 TxMinecraft mc; 4 using namespace std; 5 void diji(int x,int y,int z){ 6 int id=44,data=8; 7 mc.drawL 阅读全文
posted @ 2023-07-13 20:14 黛玉醉打将门神 阅读(19) 评论(1) 推荐(0)
该文被密码保护。
posted @ 2023-07-12 20:18 黛玉醉打将门神 阅读(0) 评论(0) 推荐(0)
摘要:1 #include <iostream> 2 #include "Windows.h" 3 #include "minecraft.h" 4 TxMinecraft mc; 5 using namespace std; 6 int id=179,data=1; 7 void you(int x,i 阅读全文
posted @ 2023-07-11 20:04 黛玉醉打将门神 阅读(14) 评论(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-07-10 20:26 黛玉醉打将门神 阅读(23) 评论(0) 推荐(0)
摘要:#include <iostream> #include "Windows.h" #include "minecraft.h" TxMinecraft mc; using namespace std; int id=179,data=1; void you(int x,int y,int z){ m 阅读全文
posted @ 2023-07-10 20:23 黛玉醉打将门神 阅读(15) 评论(0) 推荐(0)
摘要:#include <iostream> #include "Windows.h" #include "minecraft.h" TxMinecraft mc; using namespace std; int id=179,data=1; void xian(int x,int y,int z){ 阅读全文
posted @ 2023-07-07 20:24 黛玉醉打将门神 阅读(17) 评论(0) 推荐(0)