有错误的地宫寻宝问题
摘要:
//虽然有错误,但此程序可以看出多个递归式放在一起的情况#include using namespace std; static int count=0; int x,y; int m,n,k; int a[50][50]; int t=0; void dfs(int x,int y,int s,int t) { if(x>m || y>n || s>k) ... 阅读全文
posted @ 2017-03-27 18:28 ewitt 阅读(185) 评论(0) 推荐(0)
浙公网安备 33010602011771号