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 阅读全文
posted @ 2021-04-28 22:12 摸鱼选手LLF 阅读(187) 评论(0) 推荐(0)
摘要:#include<iostream> #include<cstdio> #include<algorithm> #include<cstring> #include<cmath> #define pb push_back #define fi first #define se second #def 阅读全文
posted @ 2021-04-10 22:29 摸鱼选手LLF 阅读(59) 评论(0) 推荐(0)
摘要://控制生成物体移动using System.Collections; using System.Collections.Generic; using UnityEngine; public class shoot : MonoBehaviour { // Start is called befor 阅读全文
posted @ 2021-04-02 12:33 摸鱼选手LLF 阅读(264) 评论(0) 推荐(0)