0_0_25882031_6812.cpp:64:11: error: conflicting declaration 'int p [10000008]'
int p[maxn];
^
0_0_25882031_6812.cpp:54:8: note: previous declaration as 'll p'
ll m,n,p;
^
0_0_25882031_6812.cpp: In function 'int main()':
0_0_25882031_6812.cpp:76:16: error: invalid types 'll {aka long long int}[int]' for array subscript
p[i]=x;
^
0_0_25882031_6812.cpp:84:17: error: expected primary-expression before ',' token
cout<<0<,endl;
^
|