收起
printf("I hate");
for(i = 1; i<=n;i++)
{
if(i%2==0)
printf(" that I love ");
}
else
printf(" that I hate ");
printf("it\n");
报告相同问题?