0_0_39675630_31684.cpp:5:21: error: conflicting declaration 'long long int p'
5 | int t,n,l,d,a[maxn],p;
| ^
0_0_39675630_31684.cpp:4:23: note: previous declaration as 'const long long int p'
4 | int const maxn=1e5+10,p=998244353;
| ^
0_0_39675630_31684.cpp:6:10: error: 'node' was not declared in this scope
6 | bool cmp(node q,node w){
| ^~~~
0_0_39675630_31684.cpp:6:17: error: 'node' was not declared in this scope
6 | bool cmp(node q,node w){
| ^~~~
0_0_39675630_31684.cpp:6:23: error: expression list treated as compound expression in initializer [-fpermissive]
6 | bool cmp(node q,node w){
| ^
0_0_39675630_31684.cpp: In function 'int main()':
0_0_39675630_31684.cpp:17:18: error: assignment of read-only variable 'p'
17 | p=a[1];
| ~^~~~~
|