同样的思路用Python会报错,报错内容为:“程序异常退出,请检查是否存在语法错误或者数组越界非法访问等情况Warning: cannot find your CPU L2 cache size in /proc/cpuinfoTraceback (most recent call last):File "a.pypy3", line 8, in <module>nums.append(int(input()))ValueError: invalid literal for int() with base 10: '0 1073741823'”但C++却可以正常...