第八行应该怎么写
第八行不用改直接第九行写if(i==3)
第十行goto LOOP;
十三行写LOOP:printf("结束for循环了....");
第九行开始,判断语句if(i==3)
goto LOOP;
LOOP printf~