xvchengxuan 2024-01-21 16:39:05

for遍历数组

c c
#include<iostream>
using namespace std;
int main()
{
	int a[1000];
	for(int i=0;i<1000;i++)
	{
		cout<<a[i]<<" ";
	}
}

评论

首页 - Wiki
Copyright © 2011-2025 iteam. Current version is 2.140.1. UTC+08:00, 2025-02-05 17:53
浙ICP备14020137号-1 $访客地图$