搜题
问题   更新时间2023/4/3 12:59:00


【单选题】
以下程序段的运行结果是________。

int i,j;

for(i=10; i<16; i++)

{ for(j=2; j<=(int)sqrt(i); j++)

if(!(i%j)) break;

if(j>(int)sqrt(i))

printf("%d ",i);

}

A、
10 11 12 13 14 15

B、
10 12 14

C、
11 13 15

D、
11 13

王老师:19139051760(拨打)