基于 项目02《游戏-10-开发》Unity3D ,
任务:飞行坐骑
首先创建脚本, 绑定脚本, using UnityEngine; public class Dragon : MonoBehaviour{ [SerializeField] private float speed 10f; public Transfo…
A - Arithmetic Progression
给你A,B,D,输出A,AD,A2*D,...到B为止,一个循环就可以解决。
#include <bits/stdc.h>
//#define int long long
#define per(i,j,k) for(int (i)(j);(i)<(k);(i))
#define rep(i…
一、题目
(一)赛题原文
2024 MCM Problem A: Resource Availability and Sex Ratios Maritime Cruises Mini-Submarines (MCMS), a company based in Greece, builds submersibles capable of carrying humans to the deepest parts of the ocean. A …