0_0_4862995_30977.cpp:23: error: conflicting declaration 'int s'
0_0_4862995_30977.cpp:21: error: 's' has a previous declaration as `char s[11415552]'
0_0_4862995_30977.cpp:23: error: type mismatch with previous external decl of `int s'
0_0_4862995_30977.cpp:21: error: previous external decl of `char s[11415552]'
0_0_4862995_30977.cpp:23: error: declaration of `int s'
0_0_4862995_30977.cpp:21: error: conflicts with previous declaration `char s[11415552]'
0_0_4862995_30977.cpp: In static member function `static void Main::main()':
0_0_4862995_30977.cpp:45: error: incompatible types in assignment of `int' to `char[11415552]'
0_0_4862995_30977.cpp:51: error: incompatible types in assignment of `int' to `char[11415552]'
0_0_4862995_30977.cpp: In static member function `static void Main::update(int)':
0_0_4862995_30977.cpp:67: error: ISO C++ forbids comparison between pointer and integer
0_0_4862995_30977.cpp:74: error: ISO C++ forbids comparison between pointer and integer
0_0_4862995_30977.cpp:74: error: invalid types `int[200010][char[11415552]]' for array subscript
0_0_4862995_30977.cpp:81: error: ISO C++ forbids comparison between pointer and integer
|