0_0_21531599_256.cpp:3:10: error: expected primary-expression before '=' token
#define N=1000
^
0_0_21531599_256.cpp:4:8: note: in expansion of macro 'N'
char a[N],b[N][N];
^
0_0_21531599_256.cpp:3:10: error: expected primary-expression before '=' token
#define N=1000
^
0_0_21531599_256.cpp:4:13: note: in expansion of macro 'N'
char a[N],b[N][N];
^
0_0_21531599_256.cpp:3:10: error: expected primary-expression before '=' token
#define N=1000
^
0_0_21531599_256.cpp:4:16: note: in expansion of macro 'N'
char a[N],b[N][N];
^
0_0_21531599_256.cpp: In function 'int main()':
0_0_21531599_256.cpp:8:13: error: 'a' was not declared in this scope
while(gets(a)&&a[0]!='#')
^
0_0_21531599_256.cpp:15:11: error: 'b' was not declared in this scope
strcpy(b[k++],temp);
^
0_0_21531599_256.cpp:22:14: error: 'b' was not declared in this scope
if(strcmp(b[i],b[j])==0)
^
|