0_0_17388089_18274.cpp: In function 'int main()':
0_0_17388089_18274.cpp:186:30: error: a function-definition is not allowed here before '{' token
void nextclock(int *i,int *j){
^
0_0_17388089_18274.cpp:194:31: error: a function-definition is not allowed here before '{' token
void nextclockA(int *i,int *j){
^
0_0_17388089_18274.cpp:202:21: error: a function-definition is not allowed here before '{' token
void addstep(char c){
^
0_0_17388089_18274.cpp:207:25: error: a function-definition is not allowed here before '{' token
void swap(int vd,int hd){//swap(v-i,h-j) can move x to i,j while i,j and v,h have one shared edge
^
0_0_17388089_18274.cpp:365:1: error: expected '}' at end of input
}
^
0_0_17388089_18274.cpp:365:1: error: expected '}' at end of input
0_0_17388089_18274.cpp:365:1: error: expected '}' at end of input
0_0_17388089_18274.cpp:365:1: error: expected '}' at end of input
0_0_17388089_18274.cpp:365:1: error: expected '}' at end of input
|