0_0_33794246_5441.cpp: In function 'int main()':
0_0_33794246_5441.cpp:10:12: error: 'strcp' was not declared in this scope
strcp(d,a);strcp(e,b);
^
0_0_33794246_5441.cpp:25:28: error: 'f' was not declared in this scope
printf("%s + %s = %sn",d,f,a);
^
|