TL;DR. int *sieve = (int *) malloc(sizeof(int) * length);. has two problems. The cast and that you're using the type instead of variable as argument for ...
確定! 回上一頁