0_0_35969839_32006.cpp: In function 'void s()':
0_0_35969839_32006.cpp:37:8: error: 'void s()' redeclared as different kind of symbol
void s(){
^
0_0_35969839_32006.cpp:29:6: note: previous declaration 'char s [20][110]'
char s[20][110];
^
0_0_35969839_32006.cpp: In function 'int main()':
0_0_35969839_32006.cpp:64:7: error: 's' cannot be used as a function
s();
^
|