第20574题 单选题
计算long long类型三维数组中两个指定元素内存位置的相差字节数

一个三维数组定义为 long long array[6][6][6]; ,则 array[1][2][3]array[3][2][1] 在内存中的位置相差多少字节?

{{ option.label }}
子题{{ index + 1 }} {{ child.type_label }}
{{ option.label }}
✓ 正确 ◐ 部分正确 ✗ 错误
程序运行统计
暂无判题统计
提交{{ questionInfo.stats ? questionInfo.stats.submit_count : 0 }}次 正确率{{ statsAccuracy }}%
答案解析