时间:2024-10-13 06:35:02
1、敲入代码并运行,#include<stdio.h>main(){int i,k;for(i=0;i<4;i++,i++)for(k=1;k<3;k++);printf("*");}显示结果为:*