관심 1/C++

C++ arr 출력하기

give_me_true 2022. 11. 19. 19:47
for (int x : arr) {
	cout << x << endl;
}