摘要: #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:07 爱吃泡面的皮卡 阅读(70) 评论(0) 推荐(0)
摘要: #include <iostream> #include <string> #include "minecraft.h" #include <Windows.h> using namespace std; TxMinecraft mc; int main(int argc, char** argv) 阅读全文
posted @ 2023-08-03 09:54 爱吃泡面的皮卡 阅读(60) 评论(0) 推荐(0)