Skip to content

[BUG]1.4.13 #617

@zhanghy001

Description

@zhanghy001

题号
1.4.13 f
哪一道题出现了问题?
Interval2D对象需要的内存
出现的错误
答案错误
出错的地方,以及相关的说明。(例如:在 xxx 情况下会出现错误,xxx 的条件有问题)
考虑Interval2D 本身时 应该为16byte的对象开销 加上两个指向Interval1D的引用 8byte * 2
可能的正确答案(可不填)
(8 + 24) * 2 + (16 + 8 * 2) = 96

Metadata

Metadata

Assignees

Labels

BUG题解代码出现的 bug

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions