04 2021 档案
摘要:#include<vector> #include<map> #include<iostream> using namespace std; struct Point { int x; int y; int z; Point() : x(0), y(0),z(0) {} Point(int a, i
阅读全文
摘要:#include<iostream> #include<cstdio> #include<algorithm> #include<cstring> #include<cmath> #define pb push_back #define fi first #define se second #def
阅读全文
摘要://控制生成物体移动using System.Collections; using System.Collections.Generic; using UnityEngine; public class shoot : MonoBehaviour { // Start is called befor
阅读全文