07 2023 档案

摘要:#include <iostream> using namespace std; int main() { int N,sum = 0; cin>>N; int a[N]; for(int i = 0;i<N;i++){ cin>>a[i]; } for(int i = 0;i<N;i++){ fo 阅读全文
posted @ 2023-07-26 20:19 王一行(小号) 阅读(33) 评论(0) 推荐(0) 编辑
摘要:#include <bits/stdc++.h> using namespace std; int p1,p2,p3; string s,S; char a(char t){ if(p1==3){ return '*'; }else if(p1==1){ return tolower(t); }el 阅读全文
posted @ 2023-07-24 20:32 王一行(小号) 阅读(20) 评论(0) 推荐(0) 编辑
摘要:#include <iostream> using namespace std; int main() { int n,m = 0,m1 = 0,x,y,x1,y1,z = 0; cin>>n; char a[10][10]; for(int i = 1;i<=n;i++){ for(int j = 阅读全文
posted @ 2023-07-21 20:15 王一行(小号) 阅读(5) 评论(0) 推荐(0) 编辑
摘要:#include <iostream> using namespace std; int main() { int n,m,sum = 0; cin>>n; char a[n+1][n+1]; for(int i = 1;i<=n;i++){ for(int j = 1;j<=n;j++){ cin 阅读全文
posted @ 2023-07-08 20:06 王一行(小号) 阅读(12) 评论(0) 推荐(0) 编辑
摘要:#include <bits/stdc++.h> #include "minecraft.h" #include <Windows.h> using namespace std; TxMinecraft mc; int id = 159,data = 14; /*struct Block{ int 阅读全文
posted @ 2023-07-07 20:31 王一行(小号) 阅读(12) 评论(0) 推荐(0) 编辑
摘要:#include <bits/stdc++.h> using namespace std; int main() { int N; cin>>N; int H[N],L[N],R[N],l[N],r[N]; for(int i = 1;i<=N;i++){ cin>>H[i]>>L[i]>>R[i] 阅读全文
posted @ 2023-07-01 18:33 王一行(小号) 阅读(8) 评论(0) 推荐(0) 编辑

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