Use long long.
This commit is contained in:
@@ -4,8 +4,7 @@
|
|||||||
// 'Natural count' is the name of the node when all the nodes in the tree is
|
// 'Natural count' is the name of the node when all the nodes in the tree is
|
||||||
// alive. xxx_num denotes the count as the question described.
|
// alive. xxx_num denotes the count as the question described.
|
||||||
|
|
||||||
// SEE ALSO:
|
// SEE ALSO BRANCH 04_02 WITH A CORRECT IMPLEMENTATION
|
||||||
// branch 04_02 has a correct and more elegant implementation.
|
|
||||||
|
|
||||||
int ans[200] = {0};
|
int ans[200] = {0};
|
||||||
long long dead_nodes_num[105] = {0};
|
long long dead_nodes_num[105] = {0};
|
||||||
|
|||||||
Reference in New Issue
Block a user