摘要: #include <bits/stdc++.h> #include "minecraft.h" #include <Windows.h> using namespace std; TxMinecraft mc; struct Block{ int x,y,z,id,data,_x,_y,_z; vo 阅读全文
posted @ 2023-06-24 20:02 王一行(小号) 阅读(21) 评论(0) 推荐(0)
摘要: #include <iostream> using namespace std; int main() { int N,L,maxx = 0,minn = 0; cin>>N>>L; int a[N],b[N][2]; for(int i = 0;i<3;i++){ cin>>a[i]; maxx 阅读全文
posted @ 2023-06-24 18:06 王一行(小号) 阅读(23) 评论(0) 推荐(0)