Run id: 147033
Main.cc: In function 'int main()':
Main.cc:4:1: error: 'intx' was not declared in this scope
intx,y;
^
Main.cc:4:6: error: 'y' was not declared in this scope
intx,y;
^
Main.cc:5:10: error: expected primary-expression before 'int'
separate(int*data,intn)
^
Main.cc:5:19: error: 'intn' was not declared in this scope
separate(int*data,intn)
^
Main.cc:5:23: error: 'separate' was not declared in this scope
separate(int*data,intn)
^
Main.cc:22:10: error: 'voidmain' was not declared in this scope
voidmain()
^