0_0_39601436_16139.cpp:5:1: error: 'LL' does not name a type
5 | LL k;
| ^~
0_0_39601436_16139.cpp: In function 'void Min25::init()':
0_0_39601436_16139.cpp:35:45: error: 'k' was not declared in this scope
35 | g[m] = calc(a[m]) % k;
| ^
0_0_39601436_16139.cpp:39:63: error: 'k' was not declared in this scope
39 | g[j] = (g[j] - (((LL)prime[i]%k) * (g[ID(a[j] / prime[i])] - sum[i - 1])%k) +k)%k;
| ^
0_0_39601436_16139.cpp: In function 'int main()':
0_0_39601436_16139.cpp:55:39: error: 'k' was not declared in this scope
55 | scanf("%lld%lld", &n,&k);
| ^
|