C++ — for循环

C C C++ — f o r for for循环

代码

譬如让程序输出0–31:

累死

#include
using namespace std;
int main(){
   
cout << 0 << endl;
cout << 1 

你可能感兴趣的:(C++,c++)