0_0_17443548_2186.cpp: In function 'int main()':
0_0_17443548_2186.cpp:91:21: error: 'ans1' was not declared in this scope
ans1--;
^
0_0_17443548_2186.cpp:92:27: error: 'ans1' was not declared in this scope
printf("%d\n",ans1);
^
0_0_17443548_2186.cpp:95:13: error: 'ans1' was not declared in this scope
ans1-=dfs(len,0,0,cnt,1);//cnt表示剩下几位
^
|