0_0_23326539_32219.cpp: In function 'int bfs(int)':
0_0_23326539_32219.cpp:5:10: error: expected primary-expression before ';' token
int max=;
^
0_0_23326539_32219.cpp:6:8: error: 'n' was not declared in this scope
if(j==n)
^
0_0_23326539_32219.cpp:10:8: error: 'rp' was not declared in this scope
return rp;
^
0_0_23326539_32219.cpp: In function 'int main()':
0_0_23326539_32219.cpp:19:23: error: 'memsrt' was not declared in this scope
memsrt(a,0,sizeof(a));
^
0_0_23326539_32219.cpp:27:2: error: expected ';' before '}' token
}
^
|