07 2024 档案

摘要:#include <bits/stdc++.h> using namespace std; int main(){ freopen("mz.txt","r",stdin); freopen("out.txt","w",stdout); string n; int a=0,m[7],j; cin>>n 阅读全文
posted @ 2024-07-29 15:01 fushuxuan1 阅读(2) 评论(0) 推荐(0) 编辑
摘要:#include <bits/stdc++.h> using namespace std; int main(){ int a,b,t; cin>>a; char n; b=2*(a-1)+1; for(int i=1;i<=a;i++){ cout<<setw(b-i); t=64; for(in 阅读全文
posted @ 2024-07-22 15:43 fushuxuan1 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2024-07-12 15:57 fushuxuan1 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2024-07-12 15:56 fushuxuan1 阅读(18) 评论(0) 推荐(0) 编辑
摘要:using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System. 阅读全文
posted @ 2024-07-12 15:55 fushuxuan1 阅读(20) 评论(0) 推荐(0) 编辑
摘要:#include <bits/stdc++.h> using namespace std; int jc(int a){ if(a<=2){ return a; } return jc(a-1)*a;; } int jch(int n){ int sum=0; if(n<=1){ return n; 阅读全文
posted @ 2024-07-10 15:57 fushuxuan1 阅读(4) 评论(0) 推荐(0) 编辑
摘要:#include <bits/stdc++.h> using namespace std; int main(){ int n,sum=0; cin>>n; vector<int> b; b.push_back(1); for(int i=2;i<=n;i++){ for(int j=0;j<b.s 阅读全文
posted @ 2024-07-10 15:39 fushuxuan1 阅读(9) 评论(0) 推荐(0) 编辑

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