用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