0_0_6724709_23494.cpp:34: error: conflicting declaration 'char s[210000]'
0_0_6724709_23494.cpp:7: error: 's' has a previous declaration as `char s[100010]'
0_0_6724709_23494.cpp:34: error: type mismatch with previous external decl of `char s[210000]'
0_0_6724709_23494.cpp:7: error: previous external decl of `char s[100010]'
0_0_6724709_23494.cpp:34: error: declaration of `char s[210000]'
0_0_6724709_23494.cpp:7: error: conflicts with previous declaration `char s[100010]'
0_0_6724709_23494.cpp:34: error: conflicting declaration 'char ss[100010]'
0_0_6724709_23494.cpp:8: error: 'ss' has a previous declaration as `char ss[12][12]'
0_0_6724709_23494.cpp:34: error: type mismatch with previous external decl of `char ss[100010]'
0_0_6724709_23494.cpp:8: error: previous external decl of `char ss[12][12]'
0_0_6724709_23494.cpp:34: error: declaration of `char ss[100010]'
0_0_6724709_23494.cpp:8: error: conflicts with previous declaration `char ss[12][12]'
0_0_6724709_23494.cpp: In function `int main()':
0_0_6724709_23494.cpp:60: error: incompatible types in assignment of `char' to `char[12]'
0_0_6724709_23494.cpp:61: error: cannot convert `char (*)[12]' to `char*' for argument `1' to `int get(char*, int, char*, int)'
|