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