Java计算内存溢出

int a = 10000000;
int b = 10000000;
long c = (long) a * b;

 

posted @ 2021-08-13 21:46  poder  阅读(47)  评论(0)    收藏  举报