0_0_16062030_29789.cpp: In function 'int find(int)':
0_0_16062030_29789.cpp:3:20: error: 'm' was not declared in this scope
for(int i=1;i<=m;i++)//有这么m个小姑娘小伙子需要去询问(一旦找到了能和自己凑成一对的小姑娘就停.)
^
0_0_16062030_29789.cpp:5:12: error: 'vis' was not declared in this scope
if(vis[i]==0&&map[i][x])//如果当前小姑娘没有询问过(你要是询问两次人家小姑娘嫌你烦你造吧~~~~).并且这个小姑娘能同意了的情况下.
^
0_0_16062030_29789.cpp:5:23: error: 'map' was not declared in this scope
if(vis[i]==0&&map[i][x])//如果当前小姑娘没有询问过(你要是询问两次人家小姑娘嫌你烦你造吧~~~~).并且这个小姑娘能同意了的情况下.
^
0_0_16062030_29789.cpp:8:16: error: 'pri' was not declared in this scope
if(pri[i]==-1||find(pri[i]))//如果这个小姑娘没有其他男生曾过来和她约,或者是她约了其他小伙子但是还能让她约了的这个小伙子找到其他小姑娘.
^
|