0_0_23207760_32232.cpp:69:16: error: stray '#' in program
printf(Case #%d: 1, kcas);
^
0_0_23207760_32232.cpp:71:16: error: stray '#' in program
printf(Case #%d: %I64d, kcas, 2LL * dfs(1, 0) % mod);
^
0_0_23207760_32232.cpp: In function 'void init()':
0_0_23207760_32232.cpp:43:8: error: expected primary-expression before '%' token
scanf(%d, &N);
^
0_0_23207760_32232.cpp:43:9: error: 'd' was not declared in this scope
scanf(%d, &N);
^
0_0_23207760_32232.cpp:54:9: error: expected primary-expression before '%' token
scanf(%d%d, &u, &v);
^
0_0_23207760_32232.cpp: In function 'int main()':
0_0_23207760_32232.cpp:65:8: error: expected primary-expression before '%' token
scanf(%d, &cas);
^
0_0_23207760_32232.cpp:65:9: error: 'd' was not declared in this scope
scanf(%d, &cas);
^
0_0_23207760_32232.cpp:69:11: error: 'Case' was not declared in this scope
printf(Case #%d: 1, kcas);
^
0_0_23207760_32232.cpp:71:11: error: 'Case' was not declared in this scope
printf(Case #%d: %I64d, kcas, 2LL * dfs(1, 0) % mod);
^
|