摘要: Problem Detail - 【基础】卒的遍历 - 追梦算法网 就是从左上到右下,只能向左向下走,输出可以走到的所有的路径 #include<iostream> using namespace std; int n,m; int sum; struct data{ int p,q; }a[110 阅读全文
posted @ 2022-04-10 17:20 小志61314 阅读(375) 评论(0) 推荐(0)