Main.cc: In function 'int main()': Main.cc:11:17: error: 'size' was not declared in this scope int s=size(a) ^ Main.cc:14:17: error: 'i' was not declared in this scope for(int i=0;i<=s/2;i++){ ^