0_0_2766270_13142.cpp:9: error: expected init-declarator before "int"
0_0_2766270_13142.cpp:9: error: expected `,' or `;' before "int"
0_0_2766270_13142.cpp: In function `int main()':
0_0_2766270_13142.cpp:20: error: `bLine' undeclared (first use this function)
0_0_2766270_13142.cpp:20: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_2766270_13142.cpp:21: error: `status' undeclared (first use this function)
0_0_2766270_13142.cpp:22: error: `mark' undeclared (first use this function)
0_0_2766270_13142.cpp: In function `void search()':
0_0_2766270_13142.cpp:48: error: `bLine' undeclared (first use this function)
0_0_2766270_13142.cpp:50: error: `mark' undeclared (first use this function)
|