会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
A-inspire
CnBlogs
Home
New Post
Contact
Admin
Subscription
2022年3月8日
1898. 【认证试题】遥控小车
思路:选取一个方向数组,判定当前的方向,对应的坐标相加 #include <iostream> #include <string> #include <algorithm> using namespace std; // 定义北东南西四个方向 int g_to[4][2] = {{0, 1}, {1
Read More
posted @ 2022-03-08 19:37 A-inspire
Views(90)
Comments(0)
Diggs(0)
Edit
公告