0_0_16699755_6563.cpp:14:1: error: '_int64' does not name a type
_int64 ans ;
^
0_0_16699755_6563.cpp: In function 'void dfs(int, int)':
0_0_16699755_6563.cpp:43:3: error: 'ans' was not declared in this scope
ans = (ans + sum[x]) % Z;
^
0_0_16699755_6563.cpp: In function 'int main()':
0_0_16699755_6563.cpp:60:5: error: 'ans' was not declared in this scope
ans = 0 ;
^
|