0_0_25940344_16143.cpp: In function 'int main()':
0_0_25940344_16143.cpp:39:16: error: a function-definition is not allowed here before '{' token
int find(int x){
^
0_0_25940344_16143.cpp:46:10: error: a function-definition is not allowed here before '{' token
int New(){
^
0_0_25940344_16143.cpp:53:11: error: a function-definition is not allowed here before '{' token
int main(){
^
0_0_25940344_16143.cpp:147:1: error: expected '}' at end of input
}
^
0_0_25940344_16143.cpp:147:1: error: expected '}' at end of input
|