3
後,我經過這裏看了很多,不能完全找到,爲什麼這條線是錯誤的:修改BIGINTEGER劃分的Java
ArrayList <BigInteger> data = new ArrayList();
int [] primes = new int[25];
...
// Some initializing
...
data.get(i) = data.get(i).divide(BigInteger.valueOf(primes[place])); //<----
...
// Rest of the code
要求:變量; 找到:值..我做錯了什麼?