0_0_31846828_9363.cpp: In function 'int main()':
0_0_31846828_9363.cpp:6:8: error: 'p' cannot be used as a function
p();
^
0_0_31846828_9363.cpp: In function 'void p()':
0_0_31846828_9363.cpp:35:9: error: 'void p()' redeclared as different kind of symbol
void p()
^
0_0_31846828_9363.cpp:2:5: note: previous declaration 'int p [65535]'
int p[65535];
^
|