0_0_18911413_39.cpp: In function 'void Mu_Table(int)':
0_0_18911413_39.cpp:16:15: error: expected ';' before '{' token
{
^
0_0_18911413_39.cpp:16:15: error: expected primary-expression before '{' token
0_0_18911413_39.cpp:16:15: error: expected ')' before '{' token
0_0_18911413_39.cpp: In function 'void work()':
0_0_18911413_39.cpp:38:9: error: 'LL' was not declared in this scope
LL res0=0,res1=0,res2=0,res3=0;
^
0_0_18911413_39.cpp:41:16: error: 'res0' was not declared in this scope
res0+=mu[i]*cal(b,d,i);
^
0_0_18911413_39.cpp:42:26: error: 'res1' was not declared in this scope
if(i<=t1) res1+=mu[i]*cal(b,c-1,i);
^
0_0_18911413_39.cpp:43:26: error: 'res2' was not declared in this scope
if(i<=t2) res2+=mu[i]*cal(a-1,d,i);
^
0_0_18911413_39.cpp:44:26: error: 'res3' was not declared in this scope
if(i<=t3) res3+=mu[i]*cal(a-1,c-1,i);
^
0_0_18911413_39.cpp:46:13: error: 'res0' was not declared in this scope
ans=res0-res1-res2+res3;
^
0_0_18911413_39.cpp:46:18: error: 'res1' was not declared in this scope
ans=res0-res1-res2+res3;
^
0_0_18911413_39.cpp:46:23: error: 'res2' was not declared in this scope
ans=res0-res1-res2+res3;
^
0_0_18911413_39.cpp:46:28: error: 'res3' was not declared in this scope
ans=res0-res1-res2+res3;
^
|