0_0_28616464_529.cpp:56:2: error: stray '#' in program
^
0_0_28616464_529.cpp: In function 'int main()':
0_0_28616464_529.cpp:27:35: error: 'strcpy' was not declared in this scope
strcpy(c, a[j]);
^
0_0_28616464_529.cpp:34:34: error: 'strcmp' was not declared in this scope
if (strcmp(a[i], b[i]))
^
0_0_28616464_529.cpp: At global scope:
0_0_28616464_529.cpp:56:3: error: expected unqualified-id before numeric constant
^
0_0_28616464_529.cpp:56:3: error: expected constructor, destructor, or type conversion before numeric constant
|