输出2~500之间的所有素数,要求每行输出5个素数。程序中有两处错误,错误都在提示行:
10 if (m % j == 0) break;14 if (n % 5 == 0) printf("\n");