C语言,要求输出mn之间的素数并且每五个数换行,帮我看看哪错了

2024年11月19日 06:28
有1个网友回答
网友(1):

scanf的时候 用%d
scanf("%d%d",&m,&n);
其它的 没什么大问题。
换行 改成 if(a%5==4)