0_0_25904184_14889.cpp: In function 'int match(int)':
0_0_25904184_14889.cpp:9:2: error: 'nbsp' was not declared in this scope
for(int i=1;i<=n;i++)
^
0_0_25904184_14889.cpp:11:49: error: 'i' was not declared in this scope
if(map[x][i]&&vis[i]==0)
^
0_0_25904184_14889.cpp:13:62: error: 'i' was not declared in this scope
vis[i]=1;
^
0_0_25904184_14889.cpp: In function 'int main()':
0_0_25904184_14889.cpp:25:2: error: 'nbsp' was not declared in this scope
while(scanf("%d",&k)&&k)
^
0_0_25904184_14889.cpp:40:67: error: 'i' was not declared in this scope
if(match(i))
^
|