0_0_14503281_27611.cpp:39:9: error: conflicting declaration 'LL has [200005]'
LL has[N] , fac[N] = {1};
^
0_0_14503281_27611.cpp:13:10: note: previous declaration as 'const LL has'
const LL has = 26LL;
^
0_0_14503281_27611.cpp: In function 'void bulidtrie(Trie*, int, int, LL)':
0_0_14503281_27611.cpp:58:10: error: invalid types 'const LL {aka const long long int}[int]' for array subscript
has[u] = h;
^
0_0_14503281_27611.cpp: In function 'void bulid(int, int, int, int)':
0_0_14503281_27611.cpp:109:49: error: invalid types 'const LL {aka const long long int}[int]' for array subscript
L[step].has = has[mapping[ondepth[d][l]]];
^
0_0_14503281_27611.cpp: In function 'int main()':
0_0_14503281_27611.cpp:172:56: error: invalid types 'const LL {aka const long long int}[int]' for array subscript
else ans[id] = ((ret.second - (LL)has[u] * fac[d]) % MOD + MOD) % MOD;
^
|