0_0_35284262_18931.cpp:12:32: error: conflicting declaration 'long long int ten [0][50009]'
int ten[22][50009],ten[0][50009];
^
0_0_35284262_18931.cpp:12:5: note: previous declaration as 'long long int ten [22][50009]'
int ten[22][50009],ten[0][50009];
^
0_0_35284262_18931.cpp:14:10: error: '::main' must return 'int'
int main()
^
|