C语言问题

日期:2022-04-11 23:44:16 人气:1

C语言问题

#include <stdio.h>
#include <math.h>
main()
{
int i,j;
for(i=10;i<=30;i++)
{
for(j=2;j<=sqrt(i);j++)
if(i%j==0)
break;
if(j>sqr
    A+
热门评论