0_0_37828517_3445.cpp: In function 'Z solve(i64)':
0_0_37828517_3445.cpp:99:9: error: missing template arguments before 'f'
vector f(n+1,vector<Z>(2));
^
0_0_37828517_3445.cpp:101:3: error: 'f' was not declared in this scope
f[i==d][0]+=1;
^
0_0_37828517_3445.cpp:102:2: error: 'f' was not declared in this scope
f[b[n]==d][1]+=1;
^
0_0_37828517_3445.cpp:104:10: error: missing template arguments before 'nf'
vector nf(n+1,vector<Z>(2));
^
0_0_37828517_3445.cpp:106:4: error: 'nf' was not declared in this scope
nf[j==d][0]+=1;
^
0_0_37828517_3445.cpp:111:6: error: 'nf' was not declared in this scope
nf[k+t][l&(j==b[i])]+=f[k][l];
^
0_0_37828517_3445.cpp:113:10: error: 'nf' was not declared in this scope
f.swap(nf);
^
|