Main.cc: In function 'int main()':
Main.cc:14:4: error: 'c' was not declared in this scope
c[i]=a[i+1];
^
Main.cc:16:4: error: 'c' was not declared in this scope
c[i]=a[i+1];
^
Main.cc:18:2: error: 'c' was not declared in this scope
c[cd]='\0';
^
Main.cc:4:9: warning: unused variable 'i' [-Wunused-variable]
int n,j,i,cd;
^
Main.cc:5:12: warning: unused variable 'b' [-Wunused-variable]
char a[50],b[50];
^
Main.cc:23:1: error: expected '}' at end of input
}
^