摘要: #include<iostream> #include<cstdio> #include<cstring> using namespace std; int x,y,z; int a(int z){ if(z<x+2){ return 1; } return a(z-1)+a(z-x-2)*y;// 阅读全文
posted @ 2023-08-03 20:10 郭立恒 阅读(22) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2023-07-24 20:07 郭立恒 阅读(0) 评论(0) 推荐(0)
摘要: #include <iostream> using namespace std; int main(int argc, char** argv) { char n[8]; int b=0; for(int i=0;i<8;i++){ cin>>n[i]; } for(int i=0;i<8;i++) 阅读全文
posted @ 2023-07-22 19:55 郭立恒 阅读(4) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2023-07-21 20:14 郭立恒 阅读(1) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2023-07-18 20:26 郭立恒 阅读(0) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2023-07-18 20:16 郭立恒 阅读(0) 评论(0) 推荐(0)
摘要: #include <iostream> using namespace std; int main() { int n,m,sum=0; cin>>n; char a[n][n]; for(int i=0;i<n;i++){ for(int j=0;j<n;j++){ cin>>a[i][j]; } 阅读全文
posted @ 2023-07-08 20:14 郭立恒 阅读(22) 评论(0) 推荐(0)
摘要: #include <iostream> #include "minecraft.h" #include <Windows.h> using namespace std; TxMinecraft mc; void no1(int x,int y,int z,int id,int data){ id=2 阅读全文
posted @ 2023-07-07 20:31 郭立恒 阅读(26) 评论(0) 推荐(0)
摘要: #include <iostream> using namespace std; int main() { int N; cin>>N; int H[1001],L[1001],R[1001]; for(int i=1;i<=N;i++){ cin>>H[i]>>L[i]>>R[i]; } for( 阅读全文
posted @ 2023-07-01 17:57 郭立恒 阅读(17) 评论(0) 推荐(0)
摘要: #include <iostream> #include "minecraft.h" #include <string> TxMinecraft mc; using namespace std; struct weizhi{ int x; int y; int z; int id; int data 阅读全文
posted @ 2023-06-24 20:04 郭立恒 阅读(23) 评论(0) 推荐(0)