0_0_11975575_30429.cpp:77: error: conflicting declaration 'int p[100001]'
0_0_11975575_30429.cpp:14: error: 'p' has a previous declaration as `int p[100000]'
0_0_11975575_30429.cpp:77: error: type mismatch with previous external decl of `int p[100001]'
0_0_11975575_30429.cpp:14: error: previous external decl of `int p[100000]'
0_0_11975575_30429.cpp:77: error: declaration of `int p[100001]'
0_0_11975575_30429.cpp:14: error: conflicts with previous declaration `int p[100000]'
|