09 2023 档案

摘要:#include <bits/stdc++.h> using namespace std; int main(){ int a[1001]; int dong=0,cishu=10; bool b[1001]; for(int i=1;i<=10;i++){ b[i]=true; } for(int 阅读全文
posted @ 2023-09-24 10:00 fushuxuan1 阅读(10) 评论(0) 推荐(0) 编辑
摘要:#include <bits/stdc++.h> using namespace std; int t,n,a; int f(int n[],int a){ if(a==1){ t=n[1]; }else{ if(f(n,a-1)>n[a]){ t=f(n,a-1); }else{ t=n[a]; 阅读全文
posted @ 2023-09-24 09:59 fushuxuan1 阅读(8) 评论(0) 推荐(0) 编辑
摘要:#include <bits/stdc++.h> using namespace std; int main(){ char a; cin>>a; if(a>=65 && a<=97){ a-=32; cout<<a; }else if(a>=97 && a<=122){ a+=32; cout<< 阅读全文
posted @ 2023-09-15 20:24 fushuxuan1 阅读(17) 评论(0) 推荐(0) 编辑
摘要:#include <bits/stdc++.h> using namespace std; int s(int a,int b){ if(a<=9){ if(b<=a){ cout<<a<<"*"<<b<<"="<<a*b<<" "; s(a,b+1); }else{ cout<<endl; s(a 阅读全文
posted @ 2023-09-03 08:53 fushuxuan1 阅读(9) 评论(0) 推荐(0) 编辑

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