0_0_21495675_16485.cpp: In function 'void dfs2(int, ll)':
0_0_21495675_16485.cpp:116:16: error: 'a' was not declared in this scope
ans = ans * (a + b) % MOD;
^
0_0_21495675_16485.cpp:116:20: error: 'b' was not declared in this scope
ans = ans * (a + b) % MOD;
^
|