Use long long.

This commit is contained in:
unlockable
2023-11-06 17:25:25 +08:00
parent c07330c8af
commit 77eb4765be

View File

@@ -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};