C语言将循环内输出的结果输出一次

tech2022-09-21  111

count1为一个常数

for (int i = 0; i < count1; i++) { printf("===========:%d\n",count1); break; }
最新回复(0)