前言 在做题时,有时候不知道数组能不能开那么大。那数组的大小如何计算呢?下面来给大家介绍一下c++数组能开多大。 讲解 一般情况下,char\text{char}char占1个字节,int\text{int}int占4个字节,long long\text{long long}long lon