下列程序的输出结果是( )。 #include<stdio.h> main() { int i; for(i=1;i<=10;i++) { if((i*i>=20)&&(i*i<=100)) break; } printf("%d ",i*i); }
免费的网站请分享给朋友吧