0_0_8715549_29778.cpp:4: error: conflicting declaration 'char s[1001][51]'
0_0_8715549_29778.cpp:3: error: 's' has a previous declaration as `int s'
0_0_8715549_29778.cpp:4: error: type mismatch with previous external decl of `char s[1001][51]'
0_0_8715549_29778.cpp:3: error: previous external decl of `int s'
0_0_8715549_29778.cpp:4: error: declaration of `char s[1001][51]'
0_0_8715549_29778.cpp:3: error: conflicts with previous declaration `int s'
0_0_8715549_29778.cpp: In function `int find(char*)':
0_0_8715549_29778.cpp:11: error: invalid types `int[int]' for array subscript
0_0_8715549_29778.cpp:14: error: invalid types `int[int]' for array subscript
|