将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
相关文章
相关标签/搜索