0_0_19607839_3068.cpp:2:5: error: stray '#' in program
2 #include<string.h>
^
0_0_19607839_3068.cpp:3:5: error: stray '#' in program
3 #include<stdlib.h>
^
0_0_19607839_3068.cpp:2:3: error: expected unqualified-id before numeric constant
2 #include<string.h>
^
0_0_19607839_3068.cpp:12:6: error: 'Record' does not name a type
12 }Record;
^
0_0_19607839_3068.cpp:13:2: error: expected unqualified-id before numeric constant
13 Record rec[1001];
^
0_0_19607839_3068.cpp:14:2: error: expected unqualified-id before numeric constant
14 Record qy;
^
0_0_19607839_3068.cpp:15:2: error: expected unqualified-id before numeric constant
15 int divide(char a[],char b[11][21],int n)
^
|