個人第15個代碼

個人第十五個代碼ide

int main()
{
int i = 0;
int j = 0;
for (i = 0; i < 10; i++)
{
for (j = 0; j < 10; j++)
printf("hehe ");
}
return 0;
}//學習for循環,打印100個hehe學習

相關文章
相關標籤/搜索