將1~9放入9個[]中,使得[][][]+[][][]=[][][]等式成立(dfs)

#include <algorithm> #include <iostream> #include <cstring> #include <cstdio> #include <math.h> #include <float.h> using namespace std; int book[10],total,a[10]; void dfs(int temp) { if(temp==10
相關文章
相關標籤/搜索