关于第13题
if(t==13){ double x=3.141593; int a(int)Math.pow(x*4/3(4*4*4+10*10*10),3); System.out.println(a); }
不理解为啥一直输出的是2147483647,求大佬指点