这是这样的事情:
for(;;) { statements; }
或者是这样的:
for(initialisation;condition;updation) { }
我正在寻找各种来源的答案.
c c++
c ×1
c++ ×1