无语发夹

文章
4
资源
0
加入时间
4年2月0天

用easy-x可视化窗口实现马踏棋盘

easy-x插件需要自己在官网下载(附上链接)https://easyx.cn/安装好插件后用vs2019打开然后话不多说,附上源码#include <stack>#include <iostream>#include<time.h>#include<graphics.h>using namespace std;struct node{ int x; int y;};IMAGE img