0_0_10223067_15333.cpp:20: error: variable or field `bubble' declared void
0_0_10223067_15333.cpp:20: error: `int bubble' redeclared as different kind of symbol
0_0_10223067_15333.cpp:5: error: previous declaration of `void bubble(int)'
0_0_10223067_15333.cpp:20: error: declaration of `int bubble'
0_0_10223067_15333.cpp:5: error: conflicts with previous declaration `void bubble(int)'
0_0_10223067_15333.cpp:20: error: `n' was not declared in this scope
0_0_10223067_15333.cpp:21: error: expected `,' or `;' before '{' token
0_0_10223067_15333.cpp:32: error: `int Find' redeclared as different kind of symbol
0_0_10223067_15333.cpp:6: error: previous declaration of `int Find(int)'
0_0_10223067_15333.cpp:32: error: declaration of `int Find'
0_0_10223067_15333.cpp:6: error: conflicts with previous declaration `int Find(int)'
0_0_10223067_15333.cpp:32: error: `n' was not declared in this scope
0_0_10223067_15333.cpp:33: error: expected `,' or `;' before '{' token
|