0_0_32278445_32472.cpp: In function 'void dfs(int, int, int)':
0_0_32278445_32472.cpp:2:17: error: 'cnt' was not declared in this scope
if (step >= cnt + 1) {
^
0_0_32278445_32472.cpp:3:9: error: 'ans' was not declared in this scope
ans = (ans + fun(n % mod, now - 1) * euler(n / now) % mod) % mod;
^
0_0_32278445_32472.cpp:3:30: error: 'mod' was not declared in this scope
ans = (ans + fun(n % mod, now - 1) * euler(n / now) % mod) % mod;
^
0_0_32278445_32472.cpp:3:42: error: 'fun' was not declared in this scope
ans = (ans + fun(n % mod, now - 1) * euler(n / now) % mod) % mod;
^
0_0_32278445_32472.cpp:3:59: error: 'euler' was not declared in this scope
ans = (ans + fun(n % mod, now - 1) * euler(n / now) % mod) % mod;
^
0_0_32278445_32472.cpp:6:33: error: 'c' was not declared in this scope
for (int i = 0, t = 1; i <= c[step]; t *= p[step], i++)
^
0_0_32278445_32472.cpp:6:47: error: 'p' was not declared in this scope
for (int i = 0, t = 1; i <= c[step]; t *= p[step], i++)
^
|