摘要: 试题 算法提高 Cat And Mouse(模拟) 比结果大一,但是基本步骤没错,我麻了,只能强行减一了,不过能过蓝桥杯 #include <iostream> #include <algorithm> #include <cstring> using namespace std; char map[20][20]; //0北,1东,2南,3,西; 阅读全文
posted @ 2022-02-27 11:23 帝宝单推人! 阅读(139) 评论(0) 推荐(0)