我的第十五个代码

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