10 2023 档案

摘要:#include <iostream> using namespace std; int p1(int a){ if(a<=2){ return 1; }else{ return p1(a-1)+p1(a-2); } } int main(){ int n; cin>>n; cout<<p1(n); 阅读全文
posted @ 2023-10-29 09:46 王ys 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2023-10-29 08:59 王ys 阅读(11) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2023-10-28 09:49 王ys 阅读(5) 评论(0) 推荐(0) 编辑
摘要:#include <iostream> using namespace std; int m[5],n,num=0; void p1_2(int tf){ for(int j=0;j<5;j++){ for(int i=0;i<5;i++){ if(tf==1){ if(m[j]<m[i]){ nu 阅读全文
posted @ 2023-10-28 09:30 王ys 阅读(9) 评论(0) 推荐(0) 编辑
摘要:#include <iostream> using namespace std; int main(){ string str; char t; bool jinwei=true; bool tf; cin>>str>>t; if(str[0]=='0'&&t=='f'){ cout<<str; } 阅读全文
posted @ 2023-10-21 09:10 王ys 阅读(12) 评论(0) 推荐(0) 编辑
摘要:#include <iostream> #include "minecraft.h" using namespace std; TxMinecraft mc; int x=-73,y=143,z=-254; int main(int argc, char** argv) { bool con=mc. 阅读全文
posted @ 2023-10-20 19:59 王ys 阅读(31) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2023-10-05 09:33 王ys 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2023-10-04 09:31 王ys 阅读(8) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示