0_0_32853890_11191.cpp:1:36: error: 'LL' has not been declared
void dfs(int c,int cur,int i,int j,LL ans1) //dfs(c,1,i,0,1);
^
0_0_32853890_11191.cpp: In function 'void dfs(int, int, int, int, int)':
0_0_32853890_11191.cpp:6:13: error: 'ans' was not declared in this scope
ans-=ma/ans1;
^
0_0_32853890_11191.cpp:6:18: error: 'ma' was not declared in this scope
ans-=ma/ans1;
^
0_0_32853890_11191.cpp:8:13: error: 'ans' was not declared in this scope
ans+=ma/ans1;
^
0_0_32853890_11191.cpp:8:18: error: 'ma' was not declared in this scope
ans+=ma/ans1;
^
0_0_32853890_11191.cpp:11:12: error: 'cnt' was not declared in this scope
for(;j<cnt[i];j++)
^
0_0_32853890_11191.cpp:13:32: error: 'syz' was not declared in this scope
dfs(c,cur+1,i,j+1,ans1*syz[i][j]);
^
|